summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-27 00:00:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-27 00:00:45 +0000
commitb1cf1e2df87b2b6e0cfea975319d7b0ba39b5a31 (patch)
tree34ba08fd45dce6f4f1d63502ed44c78291b804ad /chef-utils
parent21b2bb115778484bff9f7e9403cf998c12a25ac3 (diff)
downloadchef-b1cf1e2df87b2b6e0cfea975319d7b0ba39b5a31.tar.gz
Bump version to 17.0.237 by Chef Expeditorv17.0.237
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 67d34794c0..45a67b5bc8 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.0.236"
+ VERSION = "17.0.237"
end