diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-14 17:41:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-14 17:41:24 +0000 |
commit | 6db0800f483e14168dcfa3812809fdea9713883d (patch) | |
tree | cd7928309142423943adcf54ea9944fbe800ecd6 /chef-utils | |
parent | a485f16fb572b0096d5a468197dbd18bff78ccde (diff) | |
download | chef-6db0800f483e14168dcfa3812809fdea9713883d.tar.gz |
Bump version to 17.7.5 by Chef Expeditorv17.7.5
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 5358ef654b..d286c286e1 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 = "17.7.4" + VERSION = "17.7.5" end |