summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-16 22:06:38 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-16 22:06:38 +0000
commitbc8fdc39b25205edbcc384da83cc635209899942 (patch)
tree1e67078f0cfc41f5c0394f2cb1c072b3180a1c9e /chef-config
parent27be6c4647bccbcd31ab674a3dbd70815f4040ea (diff)
downloadchef-bc8fdc39b25205edbcc384da83cc635209899942.tar.gz
Bump version to 15.9.0 by Chef Expeditorv15.9.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 8c4902b51a..0a3ec5307d 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.8.32".freeze
+ VERSION = "15.9.0".freeze
end