summaryrefslogtreecommitdiff
path: root/chef-config
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-config
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-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index c89d1b5070..61801e51bf 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.6.17".freeze
+ VERSION = "15.6.18".freeze
end