diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-30 03:22:45 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-30 03:22:45 +0000 |
commit | 5798c4df57913bb07b83d527b6bb164f76044bc9 (patch) | |
tree | 45e69e09dd2eaf0a8fdfe966a4928e504a1c4a68 /lib/chef/version.rb | |
parent | 6d1eeb42339cad2302705e5734dddc0d5c98b64b (diff) | |
download | chef-5798c4df57913bb07b83d527b6bb164f76044bc9.tar.gz |
Bump version to 16.16.4 by Chef Expeditorv16.16.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 fe2b783afa..614a1c6c38 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.16.3") + VERSION = Chef::VersionString.new("16.16.4") end # |