summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-16 17:21:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-16 17:21:59 +0000
commitd5eb0b6c75adadc0e1e1e7c06e7b744e6bc1963b (patch)
tree0a4e16c885d8f3d80d2d40d6b566d03fc8d1948d /chef-bin
parentb4e7913972e70b42e632a33930417fb37d2bddd1 (diff)
downloadchef-d5eb0b6c75adadc0e1e1e7c06e7b744e6bc1963b.tar.gz
Bump version to 16.6.18 by Chef Expeditorv16.6.18
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 dac6cfab54..f39216f6b0 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.6.17".freeze
+ VERSION = "16.6.18".freeze
end
#