summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-18 21:25:35 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-18 21:25:35 +0000
commitc0f51a5ae09d53f239e169159c9ec441116dfdfb (patch)
tree4e53a72eec25345741b13d77fced10c9f175c348 /chef-utils
parent2396e9fb9d892beeecddd026b90b263cce1674a1 (diff)
downloadchef-c0f51a5ae09d53f239e169159c9ec441116dfdfb.tar.gz
Bump version to 15.6.18 by Chef Expeditorv15.6.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 7f651d3eec..6c524220b8 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 = "15.6.17".freeze
+ VERSION = "15.6.18".freeze
end