summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-05 21:13:54 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-05 21:13:54 +0000
commita59b6b53fb7da9214f4c28cee704b32ee90b577e (patch)
tree58d19ebf44413d93e97d701931c1a0f0e37f9992 /chef-config
parentec93ea87d00e4a7601c4f0db8536e9bcdefb6884 (diff)
downloadchef-a59b6b53fb7da9214f4c28cee704b32ee90b577e.tar.gz
Bump version to 15.8.15 by Chef Expeditorv15.8.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 0d72cb667c..74f2652abb 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.14".freeze
+ VERSION = "15.8.15".freeze
end