diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-15 18:37:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-15 18:37:11 +0000 |
commit | 439198720787e8a1cbe9fd11afd31f73ec4250f8 (patch) | |
tree | 24da064eaba676dd539ffcd52b0636367a0da8c7 /lib/chef | |
parent | feefbc07480f409de467a97407710d55107f47fb (diff) | |
download | chef-439198720787e8a1cbe9fd11afd31f73ec4250f8.tar.gz |
Bump version to 16.6.15 by Chef Expeditorv16.6.15
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 1c3b59a5b1..1b19df6c49 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.6.14") + VERSION = Chef::VersionString.new("16.6.15") end # |