summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-03 00:47:17 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-03 00:47:17 +0000
commitd05c13ca1d65a15535e3904bbdeb93a7c716a663 (patch)
tree38db4253a0cb9e23b0766d4bc6d28aae3b6437b9 /chef-config
parent8977a34c19d2c09db2d3138fd10263eeb57ca394 (diff)
downloadchef-d05c13ca1d65a15535e3904bbdeb93a7c716a663.tar.gz
Bump version to 16.7.21 by Chef Expeditorv16.7.21
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 718ef3cdad..33e8978637 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.7.20".freeze
+ VERSION = "16.7.21".freeze
end