summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 18:58:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 18:58:46 +0000
commita093ae42d13cdc9b961bcc450710dd8bf2123ca0 (patch)
tree714e6839b6bfa075fb5c6db4f8814b493deb6df6 /chef-config
parent929a88b90f9bbf2f9f488ade0b9094865b4473d5 (diff)
downloadchef-a093ae42d13cdc9b961bcc450710dd8bf2123ca0.tar.gz
Bump version to 15.13.0 by Chef Expeditorv15.13.0
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 f2043f2ee0..d0f590376b 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.12.24".freeze
+ VERSION = "15.13.0".freeze
end