summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-30 17:32:17 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-30 17:32:17 +0000
commit4496d4033dedea0c0e7312fd9b7db835d59886ce (patch)
tree711fbe7bfa5afc40ea978810af4687cf389c828f /chef-config
parent50b4847e21a8a0173c19f1f100c2728f74c84e9a (diff)
downloadchef-4496d4033dedea0c0e7312fd9b7db835d59886ce.tar.gz
Bump version to 15.4.13 by Chef Expeditorv15.4.13
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 f547a11be6..49100318db 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.12".freeze
+ VERSION = "15.4.13".freeze
end
#