diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-18 06:56:23 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-18 06:56:23 +0000 |
commit | 4a7b20bc53ee7f43d5ff7a0e3c844959093914d7 (patch) | |
tree | 7a074c309b3f1c571335d790f995681a2beed07e /chef-utils | |
parent | eb7f645b586fd5c2fb723c868ef6b3af7642aad8 (diff) | |
download | chef-4a7b20bc53ee7f43d5ff7a0e3c844959093914d7.tar.gz |
Bump version to 16.0.223 by Chef Expeditorv16.0.223
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index b1cc088062..e7a802f627 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.222".freeze + VERSION = "16.0.223".freeze end |