summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-27 20:10:42 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-27 20:10:42 +0000
commit8b78fe904689dd6539e308fb87bffe103fb852f1 (patch)
treeae6a9798f3629e5a0b215890b99930da3bfd8b91 /chef-bin
parent84fde4a8314b8d77e105abb59a82ef86fb814b14 (diff)
downloadchef-8b78fe904689dd6539e308fb87bffe103fb852f1.tar.gz
Bump version to 16.0.18 by Chef Expeditorv16.0.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 42f0c0117d..c9f895413a 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("../..", __FILE__)
- VERSION = "16.0.17".freeze
+ VERSION = "16.0.18".freeze
end
#