summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-18 19:57:00 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-18 19:57:03 +0000
commit88cf6797902375bf562a686cb451d79152cb34d4 (patch)
tree0f58d5aa290b6c29dfe9c5cdf35d0fbbadd192e9 /chef-bin
parentf01173f93e45aad2f7f9642ce6878f3900020829 (diff)
downloadchef-88cf6797902375bf562a686cb451d79152cb34d4.tar.gz
Bump version to 16.18.6 by Chef Expeditorv16.18.6
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 516541c2f7..eb5d3a6972 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.5".freeze
+ VERSION = "16.18.6".freeze
end
#