summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-12 21:07:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-12 21:07:22 +0000
commitc957d409875f06746b987f423a500a387b56667f (patch)
tree9f5ae614d64baa4e7dfb69128ddc8fc0c5ea9ce4 /chef-config
parent4338395c4229f1d2c6e673fa2c3d43af11002e7c (diff)
downloadchef-c957d409875f06746b987f423a500a387b56667f.tar.gz
Bump version to 16.9.20 by Chef Expeditorv16.9.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 488233bd99..775072c9a1 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 = "16.9.19".freeze
+ VERSION = "16.9.20".freeze
end