summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-14 17:41:21 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-14 17:41:24 +0000
commit6db0800f483e14168dcfa3812809fdea9713883d (patch)
treecd7928309142423943adcf54ea9944fbe800ecd6 /chef-utils
parenta485f16fb572b0096d5a468197dbd18bff78ccde (diff)
downloadchef-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.rb2
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