summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-14 20:56:31 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-14 20:56:31 +0000
commitd91e0feeb3012c2dd9e3d362c41f59cb256214c8 (patch)
treec0d5c3867547d8d6e00dda80744ba0f5a3dc5bb3 /chef-utils
parentaf2b8ef07df1a85e46849276bff4c1cf8db65507 (diff)
downloadchef-d91e0feeb3012c2dd9e3d362c41f59cb256214c8.tar.gz
Bump version to 18.0.36 by Chef Expeditorv18.0.36
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 f7d0ddc684..fa94c337b6 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.35"
+ VERSION = "18.0.36"
end