summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-05 17:06:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-05 17:06:31 +0000
commit9f2282bcfa1fcf44e44c24ba92fcd6aef79d1e80 (patch)
tree5c6300f50a02629775a9f87fb79a0e4baafc33f7 /chef-utils
parent894080b8fe068ad2fec94a6deefa2ad0fea38dde (diff)
downloadchef-9f2282bcfa1fcf44e44c24ba92fcd6aef79d1e80.tar.gz
Bump version to 16.2.18 by Chef Expeditorv16.2.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 a4cd4fbe51..abd26fb301 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.2.17".freeze
+ VERSION = "16.2.18".freeze
end