diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-28 16:54:37 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-28 16:54:41 +0000 |
commit | c3206495eb0f1e93c97dad00444ffa5e815deace (patch) | |
tree | b1b0e67367b63fc12655611edc1da912d14b8be9 /lib | |
parent | 131e72dbb3dc03dc54decf73eb867c98714b7ef7 (diff) | |
download | chef-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 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 463785c9ef..65bbe9b736 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.5") + VERSION = Chef::VersionString.new("16.7.6") end # |