summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-31 03:26:04 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-31 03:26:04 +0000
commit928cc191b2e049c1544cacb25bbb2e0dc15eddb6 (patch)
tree9ab356abf827736e0f94fdbbfabc2bd9f90d372e /chef-utils
parentdcf7802efbb5c3ba73bd8050722b48bcc957ffd0 (diff)
downloadchef-928cc191b2e049c1544cacb25bbb2e0dc15eddb6.tar.gz
Bump version to 17.0.18 by Chef Expeditorv17.0.18
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 97e8a92167..f6eaf4a138 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.17"
+ VERSION = "17.0.18"
end