diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-22 05:44:08 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-22 05:44:08 +0000 |
commit | f533b346960d6f31c96837a1e8e2c32ab2cf4f80 (patch) | |
tree | ffc2d6a660faf25888cc42d34a2964a2e0c4cff3 /lib | |
parent | b99534fe0de8d9188455d8391a686e601a72bf20 (diff) | |
download | chef-f533b346960d6f31c96837a1e8e2c32ab2cf4f80.tar.gz |
Bump version to 16.0.6 by Chef Expeditorv16.0.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 1ceeca4e2d..ac8332fd9d 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.5") + VERSION = Chef::VersionString.new("16.0.6") end # |