diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-18 00:54:51 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-18 00:54:53 +0000 |
commit | 7be570b28e346bc332fbb3f89bde80fe6fa5598d (patch) | |
tree | a64b9df5e78582f77de0ac8ee6e1b425ddc69740 /lib/chef/version.rb | |
parent | 6fcc359ce1c000a31ec9af61b48091060328617f (diff) | |
download | chef-7be570b28e346bc332fbb3f89bde80fe6fa5598d.tar.gz |
Bump version to 16.0.221 by Chef Expeditorv16.0.221
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 01edcdeeed..c557d0388f 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.220") + VERSION = Chef::VersionString.new("16.0.221") end # |