diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-05 19:44:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-05 19:44:19 +0000 |
commit | 30a8b9dafdde337fca3bc89ada154bcbd668169f (patch) | |
tree | 93f22c9d7908dbc6d0ecb4a95472b84407e709ac /lib | |
parent | 401f2f3eb579fe22938458ee234f08a1944179aa (diff) | |
download | chef-30a8b9dafdde337fca3bc89ada154bcbd668169f.tar.gz |
Bump version to 16.4.10 by Chef Expeditorv16.4.10
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 63a795645b..f595c4dd9c 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.4.9") + VERSION = Chef::VersionString.new("16.4.10") end # |