summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-05 19:43:10 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-05 19:43:10 +0000
commit7137e64053475989ddcb89c0c97922d08b620c73 (patch)
treed178f9682df61df8e37bf4e14f86a5544790ba82 /chef-config
parentf6e4b28a5a4e99189c974d13b81d6d12de21a01f (diff)
downloadchef-7137e64053475989ddcb89c0c97922d08b620c73.tar.gz
Bump version to 15.13.9 by Chef Expeditorv15.13.9
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 c9a7518ec5..00554e451e 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("..", __dir__)
- VERSION = "15.13.8".freeze
+ VERSION = "15.13.9".freeze
end