summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-07 20:26:55 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-07 20:26:58 +0000
commitf990e6cd2a4cc559b25c3d7730768408ac25202a (patch)
tree26854f9f6fc86daf66ea47c6c072274bff299154 /chef-utils/lib/chef-utils/version.rb
parentd600b5fd70553857168f7f660ec0e62fcb400165 (diff)
downloadchef-f990e6cd2a4cc559b25c3d7730768408ac25202a.tar.gz
Bump version to 17.8.32 by Chef Expeditorv17.8.32
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 b4440a969e..17a88e245b 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.8.31"
+ VERSION = "17.8.32"
end