summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-31 00:46:16 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-31 00:46:16 +0000
commit10bdda089169f74ba04ff6a977fe98e26f6b43bb (patch)
treed73d063337fa6a87c9398eab4aec47e136c011ac /chef-config
parentd036d73f094fd5b79b491f5dfa0361847906f3f4 (diff)
downloadchef-10bdda089169f74ba04ff6a977fe98e26f6b43bb.tar.gz
Bump version to 15.8.0 by Chef Expeditorv15.8.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 3dc3acb4e0..21d5b37ef6 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.7.33".freeze
+ VERSION = "15.8.0".freeze
end