summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-14 21:17:01 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-14 21:17:01 +0000
commit982f6d3ce55158bac1de14bb752c84efd74de079 (patch)
tree21d92fb7db1e50ad20fe03eb7bbfd60b66785fed /chef-utils
parentbe72884c52aebbc66d17892026f5687d05ff550d (diff)
downloadchef-982f6d3ce55158bac1de14bb752c84efd74de079.tar.gz
Bump version to 18.0.37 by Chef Expeditorv18.0.37
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 fa94c337b6..329df872e4 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 = "18.0.36"
+ VERSION = "18.0.37"
end