summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 4ade82275c..728192aebe 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.7.9")
+ VERSION = Chef::VersionString.new("16.7.10")
end
#