summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 17:15:52 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 17:15:52 +0000
commitf1d97705b51c6ef0d460d92752bd77eca029f3a7 (patch)
treef052616eb216069a9e8438cee088c6d4aa16790b /lib
parent12b21bfeb37141a5c25514bff1d782c56b9d0704 (diff)
downloadchef-f1d97705b51c6ef0d460d92752bd77eca029f3a7.tar.gz
Bump version to 16.7.16 by Chef Expeditorv16.7.16
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 6f3f935f53..cbfdd4e089 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.15")
+ VERSION = Chef::VersionString.new("16.7.16")
end
#