summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-08 16:34:25 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-08 16:34:32 +0000
commit1d163b3be06d0cc411a95e0b7dc266d62d892fe2 (patch)
tree80b2b42734162c6d549cdab2eb18a2b487ab4785 /chef-config
parent57c3335aeefbd52e61bfeda81d4e0f5f91c20ecf (diff)
downloadchef-1d163b3be06d0cc411a95e0b7dc266d62d892fe2.tar.gz
Bump version to 16.2.20 by Chef Expeditorv16.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 372b91a583..c5a1bf6464 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 = "16.2.19".freeze
+ VERSION = "16.2.20".freeze
end