summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-14 00:38:01 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-14 00:38:01 +0000
commit81037a3f22f49f7a15e8e15991542e6259c94863 (patch)
tree8cccf94d5eb79219732f50c4c54cb03b19bbe34a /chef-config/lib
parentb8584faf694eab9f50ea0f8ad16b01872282c18d (diff)
downloadchef-81037a3f22f49f7a15e8e15991542e6259c94863.tar.gz
Bump version to 15.7.13 by Chef Expeditorv15.7.13
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 d516f4ae6c..9672b845d6 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.7.12".freeze
+ VERSION = "15.7.13".freeze
end