summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-14 02:48:46 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-14 02:48:46 +0000
commit909e1e1177ca17f6e5ec0dff0920c4bfb9def0da (patch)
treeb57ec616c44662f080750b2e156ffe3548b06b9d /chef-utils
parentf485049382e8426713b94abfc6e60747a14dd97e (diff)
downloadchef-909e1e1177ca17f6e5ec0dff0920c4bfb9def0da.tar.gz
Bump version to 18.0.6 by Chef Expeditorv18.0.6
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 a080983363..ad3a91bd63 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.5"
+ VERSION = "18.0.6"
end