summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-19 18:23:55 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-19 18:23:55 +0000
commitf1f5ad1b8506148383ce3cc94b22963d7e58b5c2 (patch)
tree2429cd51ac72be618e7a2500bc6146f12ae58b62 /chef-config
parentf0639d4aac3379ff7fff731f8ec8f58192884433 (diff)
downloadchef-f1f5ad1b8506148383ce3cc94b22963d7e58b5c2.tar.gz
Bump version to 15.5.15 by Chef Expeditorv15.5.15
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 65e27643af..0d9bc38f97 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.14".freeze
+ VERSION = "15.5.15".freeze
end