diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-09 16:00:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-09 16:00:08 +0000 |
commit | a9e0a5e861c3cc49a0a0a2f522465aa1d353a8aa (patch) | |
tree | 6ce7e7795b39bca6ba4aac0dfcc0430c731c4d93 /lib/chef | |
parent | 05f283cad8061ed51a90d52c10c56a411e57e3c3 (diff) | |
download | chef-a9e0a5e861c3cc49a0a0a2f522465aa1d353a8aa.tar.gz |
Bump version to 16.8.6 by Chef Expeditorv16.8.6
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 a5ed1c021e..5c9c414884 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.8.5") + VERSION = Chef::VersionString.new("16.8.6") end # |