diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-18 17:20:56 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-18 17:20:57 +0000 |
commit | b9ec6d726aab252f605166c9bc0ad6a77b99a0c5 (patch) | |
tree | b603e5e3b7047647c8dbe6aed5bb71412d31b3e5 /lib/chef/version.rb | |
parent | e759631f5bd0f913dd19c34c68ba170387a1f6c5 (diff) | |
download | chef-b9ec6d726aab252f605166c9bc0ad6a77b99a0c5.tar.gz |
Bump version to 16.0.224 by Chef Expeditorv16.0.224
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 040ecd374f..4f04175a45 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.223") + VERSION = Chef::VersionString.new("16.0.224") end # |