summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-25 23:10:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-25 23:10:12 +0000
commitfd57ff5614eceee0e3420e8066bf4e394a4dfae5 (patch)
treee84712672a05247aedcde6ac06916c6cf840a0d8 /chef-utils
parentf8872b5657f647497cf140b7c8ebc3f5bfdd0eb0 (diff)
downloadchef-fd57ff5614eceee0e3420e8066bf4e394a4dfae5.tar.gz
Bump version to 17.4.32 by Chef Expeditorv17.4.32
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 63e7445fb3..60b73d5644 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.4.31"
+ VERSION = "17.4.32"
end