summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 20:50:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 20:50:07 +0000
commitf586535dc205412834262a8b1eebc6d625849125 (patch)
treeff0deeb347e137bb65402eb7088d55daa0c63bc9 /chef-bin
parentab190ddf405ddb241f97cc868e86495a8a57c5c8 (diff)
downloadchef-f586535dc205412834262a8b1eebc6d625849125.tar.gz
Bump version to 16.7.10 by Chef Expeditorv16.7.10
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 1d4a362a58..d543235b45 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.9".freeze
+ VERSION = "16.7.10".freeze
end
#