summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 18:56:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 18:56:23 +0000
commit4b56eedf7c805d4ba649bd514cad8f16c0d892d2 (patch)
tree159db30303a5a999141d0c492adf3fabf52d5821 /chef-bin
parent7cf56f572fc2705d1258e84f0e0c44802739f0be (diff)
downloadchef-4b56eedf7c805d4ba649bd514cad8f16c0d892d2.tar.gz
Bump version to 16.7.17 by Chef Expeditorv16.7.17
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 99b7552aaf..ddd057350c 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.7.16".freeze
+ VERSION = "16.7.17".freeze
end
#