summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-27 16:52:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-27 16:52:34 +0000
commit33765e6be755c1289df6cb75a3cc167d64f993ea (patch)
tree0f1bfc57d6b5fe3648c007eebfd8f683ed8d5ef6 /chef-utils
parentfbf2b4ffe4ed57a83c8182bebde4f228046546b2 (diff)
downloadchef-33765e6be755c1289df6cb75a3cc167d64f993ea.tar.gz
Bump version to 16.1.18 by Chef Expeditorv16.1.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 82ecf7a64b..ee8d957dbf 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.1.17".freeze
+ VERSION = "16.1.18".freeze
end