diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-11 15:20:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-11 15:20:33 +0000 |
commit | 9c337d066898ed7984f40e893c9c9873039cca9a (patch) | |
tree | 39d856113f7dc3afe705f8acfd7e98fe48d636a6 /lib/chef | |
parent | 28d7f925b96160b8c3fd22ee586cad4c63c473d0 (diff) | |
download | chef-9c337d066898ed7984f40e893c9c9873039cca9a.tar.gz |
Bump version to 16.8.11 by Chef Expeditorv16.8.11
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 1ea92cceb4..9c22154c66 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.10") + VERSION = Chef::VersionString.new("16.8.11") end # |