summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-22 02:24:47 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-22 02:24:48 +0000
commitfd69b43d83360327800c46812de3d404847bc7db (patch)
tree3fed2c1b873af2542f757ecf0c2779617cd73b32 /chef-config
parentb55a8e057afc171cbf89e5ab273e31bca30f9c68 (diff)
downloadchef-fd69b43d83360327800c46812de3d404847bc7db.tar.gz
Bump version to 15.10.13 by Chef Expeditorv15.10.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 d6b7f58360..88800dc156 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.10.12".freeze
+ VERSION = "15.10.13".freeze
end