summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-07 20:31:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-07 20:31:14 +0000
commita1c178b4e169c579e88dd591acc6deb10c0eb5a4 (patch)
tree3062d5f98f6888203c7d2309f7676470efd81d38 /chef-utils
parentd80b25609263309d7cfcd18c062700691824d5dd (diff)
downloadchef-a1c178b4e169c579e88dd591acc6deb10c0eb5a4.tar.gz
Bump version to 17.8.33 by Chef Expeditorv17.8.33
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 17a88e245b..58224b5531 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.32"
+ VERSION = "17.8.33"
end