summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-28 16:58:30 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-28 16:58:30 +0000
commit441b47147b73ccaaf0708a7722d5157c4c08023a (patch)
tree36e37fb700550e1148a181db65b4b85d95e617c1 /chef-bin
parentc3206495eb0f1e93c97dad00444ffa5e815deace (diff)
downloadchef-441b47147b73ccaaf0708a7722d5157c4c08023a.tar.gz
Bump version to 16.7.7 by Chef Expeditorv16.7.7
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 d612685ca5..4f11ba879b 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.6".freeze
+ VERSION = "16.7.7".freeze
end
#