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 /chef-utils | |
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 '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 dc376f8829..f940323da0 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.16.3" + VERSION = "16.16.4" end |