summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-27 15:23:29 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-27 15:23:29 +0000
commitbd8bce6d7892051372c7cf4d13cc12765352fd12 (patch)
tree896aeaee76d64844d7dec7f9502de60875b41832 /chef-config
parent3a2220910b6c987cf15da0eb48c0aaee3ff969d5 (diff)
downloadchef-bd8bce6d7892051372c7cf4d13cc12765352fd12.tar.gz
Bump version to 15.6.20 by Chef Expeditorv15.6.20
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 1a3c8b1888..9eef7cea08 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.6.19".freeze
+ VERSION = "15.6.20".freeze
end