summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-27 00:42:26 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-27 00:42:31 +0000
commit78e29af4d8fd4be7131ed8b7b291e15a2cc61ba9 (patch)
treea3df3ae75ca955e9054636abf234daf360f29270 /chef-utils
parentf9d7a7b403c06c3557e6dd67eb9d21e5c74d9e1a (diff)
downloadchef-78e29af4d8fd4be7131ed8b7b291e15a2cc61ba9.tar.gz
Bump version to 17.0.238 by Chef Expeditorv17.0.238
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 45a67b5bc8..e3e35001a4 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.237"
+ VERSION = "17.0.238"
end