summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-01 02:05:38 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-01 02:05:39 +0000
commiteca1ee532149035f674db53f09c66019f2911195 (patch)
treee91f349a9f25a391424137f0923a6f85bacffb6c /chef-config
parent4f429be77dd1c707745ae66a0c1415079f4bd398 (diff)
downloadchef-eca1ee532149035f674db53f09c66019f2911195.tar.gz
Bump version to 15.4.17 by Chef Expeditorv15.4.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 fa4889b88f..576a99dc86 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.4.16".freeze
+ VERSION = "15.4.17".freeze
end
#