diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-05 17:33:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-05 17:33:05 +0000 |
commit | 229755a0f5a3da36799a73b6fb764bc7e02579a2 (patch) | |
tree | a7f39948b1001806626e76400f17df9b49f56e7a /lib | |
parent | a359b42077a1bf7f0e9fe8b7210aad547889fae7 (diff) | |
download | chef-229755a0f5a3da36799a73b6fb764bc7e02579a2.tar.gz |
Bump version to 16.4.9 by Chef Expeditorv16.4.9
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 508cd05cde..63a795645b 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.8") + VERSION = Chef::VersionString.new("16.4.9") end # |