summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-22 21:05:43 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-22 21:05:43 +0000
commitf0107b6d084a99c75d7c6d84cfd81cad88c89da3 (patch)
tree57cc13b6c42e287eb4c9daa575085d82055cde8e /chef-utils
parent7cf3075729c2f48e8d1d441f8a80b009c166b595 (diff)
downloadchef-f0107b6d084a99c75d7c6d84cfd81cad88c89da3.tar.gz
Bump version to 18.0.186 by Chef Expeditorv18.0.186
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 650636995d..d110a31ed9 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.185"
+ VERSION = "18.0.186"
end