summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-20 18:47:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-20 18:47:33 +0000
commit19c2bc959473151e70a2fabea475127de85a7920 (patch)
tree2ba17974f5f0e2b7a18c0a9c46697ef4eda91834 /chef-bin
parent3dae6b529ce4781169ebd7a138e61fe271afb3d3 (diff)
downloadchef-19c2bc959473151e70a2fabea475127de85a7920.tar.gz
Bump version to 16.3.18 by Chef Expeditorv16.3.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 70527c2915..08025ef1fc 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.3.17".freeze
+ VERSION = "16.3.18".freeze
end
#