summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-06 00:51:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-06 00:51:29 +0000
commitfd49822607a231d21f40d7845f1bf8aa7bd24d01 (patch)
tree7b47a19f8d9ad67cee8e9c5699868a366c0c2be6 /chef-config
parent745db2968cd4ac745f54c2af698724eeff1ad154 (diff)
downloadchef-fd49822607a231d21f40d7845f1bf8aa7bd24d01.tar.gz
Bump version to 17.6.20 by Chef Expeditorv17.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 073acfd288..e72d49ea3e 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 = "17.6.19".freeze
+ VERSION = "17.6.20".freeze
end