summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-09 20:52:49 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-09 20:52:49 +0000
commita35f79a6e26bf5bad0056240c1f8c190653c8c90 (patch)
tree306eb05e2e186b877137e180c6e5ab756acb5e2c /chef-config
parent3e6d67ee6bc96a1dcabdfe9a962fa21f61264a7c (diff)
downloadchef-a35f79a6e26bf5bad0056240c1f8c190653c8c90.tar.gz
Bump version to 15.6.8 by Chef Expeditorv15.6.8
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 a95929e377..9e2e56ebd1 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.7".freeze
+ VERSION = "15.6.8".freeze
end