summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-06 04:17:37 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-06 04:17:37 +0000
commit9d601e8304e567fd91bde56ca4b234ebb9f3e53b (patch)
tree5c414b27b2c78306aadaf587bf7b5284eecc441c /chef-config
parent6ac15323c39ac811b417b147e1331cb9f292ef48 (diff)
downloadchef-9d601e8304e567fd91bde56ca4b234ebb9f3e53b.tar.gz
Bump version to 15.6.0 by Chef Expeditorv15.6.0
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 4f48a72322..b63b4db44c 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.5.26".freeze
+ VERSION = "15.6.0".freeze
end