summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-08 19:43:15 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-08 19:43:15 +0000
commit83cd7eb0978c984b881163aeb1aae0e799777e6d (patch)
tree4389c37acd4cf99975a1e1945423e5913b932c95 /chef-config
parent99e693fbff5d249921953d178ac2b85aae975d9b (diff)
downloadchef-83cd7eb0978c984b881163aeb1aae0e799777e6d.tar.gz
Bump version to 15.2.20 by Chef Expeditorv15.2.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 7bf243f6ee..b0f399e5b5 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.2.19".freeze
+ VERSION = "15.2.20".freeze
end
#