summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-10 22:57:09 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-10 22:57:09 +0000
commitc08a282b8227e64256b53da06f52dff465451a76 (patch)
treef27fa9f56d6e8a46c8eb2c417cc90a2237472ad3 /chef-config
parent9e408e78a02a968ea0c1f699c0ca2e0bd98320ac (diff)
downloadchef-c08a282b8227e64256b53da06f52dff465451a76.tar.gz
Bump version to 15.10.0 by Chef Expeditorv15.10.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 6932069659..3c881f1ed9 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.9.23".freeze
+ VERSION = "15.10.0".freeze
end