summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-03 18:59:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-03 18:59:39 +0000
commitb39a07d8329d4805edc1eb2e765e98ed88e6be41 (patch)
tree194679547ddd2044f8c10a0893cfb6d93847df68 /chef-config
parent68265b01ab05f5dc0c0a5006091ec7a4474463a0 (diff)
downloadchef-b39a07d8329d4805edc1eb2e765e98ed88e6be41.tar.gz
Bump version to 15.9.17 by Chef Expeditorv15.9.17
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 27857fb3ae..381cb1b7d3 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.16".freeze
+ VERSION = "15.9.17".freeze
end