summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-28 16:54:37 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-28 16:54:41 +0000
commitc3206495eb0f1e93c97dad00444ffa5e815deace (patch)
treeb1b0e67367b63fc12655611edc1da912d14b8be9 /chef-bin
parent131e72dbb3dc03dc54decf73eb867c98714b7ef7 (diff)
downloadchef-c3206495eb0f1e93c97dad00444ffa5e815deace.tar.gz
Bump version to 16.7.6 by Chef Expeditorv16.7.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 a6ae74c05d..d612685ca5 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.5".freeze
+ VERSION = "16.7.6".freeze
end
#