summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-06 15:30:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-06 15:30:11 +0000
commitc3f57bdd9d37eb033ea3bdfeb1fedb9f003a9b21 (patch)
treedd7cfa475ab94ada35e25cf4ac32fa240592cfa5 /chef-config
parent5dd66b587f2f847513ab527845e6ec3a1be58e38 (diff)
downloadchef-c3f57bdd9d37eb033ea3bdfeb1fedb9f003a9b21.tar.gz
Bump version to 17.6.21 by Chef Expeditorv17.6.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 e72d49ea3e..b3630a4b72 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.20".freeze
+ VERSION = "17.6.21".freeze
end