summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-09 06:57:58 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-09 06:57:58 +0000
commit2c70e9a924efe1e165061f4b8791bb1cc48e8006 (patch)
treeeeefad07527995d2e5aa6d11a1179ce49096b067 /chef-bin
parente8010fcfe38712f6db6991a989da637e8b3d727d (diff)
downloadchef-2c70e9a924efe1e165061f4b8791bb1cc48e8006.tar.gz
Bump version to 16.18.22 by Chef Expeditorv16.18.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index c297e9375c..37a37abaab 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.18.21".freeze
+ VERSION = "16.18.22".freeze
end
#