diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-27 00:13:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-27 00:13:25 +0000 |
commit | f05dc3618241eaac5755b9904fc9ceb43e59a455 (patch) | |
tree | 4f7500b419184f904661fd7f5839b51b0ce1f2a3 /lib | |
parent | 1cb187d96c0efd6b3f4640ee7ebf86aa33814372 (diff) | |
download | chef-f05dc3618241eaac5755b9904fc9ceb43e59a455.tar.gz |
Bump version to 16.5.22 by Chef Expeditorv16.5.22
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 2c00980cc1..727d8489b0 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.5.21") + VERSION = Chef::VersionString.new("16.5.22") end # |