summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-20 04:14:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-20 04:14:08 +0000
commitde9e5cd061176d874854da715a7ac5fcf26d9ba8 (patch)
tree15b2ba26ba90dc17d49f9b6ba9b018bb12d9ad1b /chef-config
parent290cd31c3f7825ba3d0af2d361e0e1b2b215f12c (diff)
downloadchef-de9e5cd061176d874854da715a7ac5fcf26d9ba8.tar.gz
Bump version to 17.10.21 by Chef Expeditorv17.10.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 beb36c54ee..38bb63fa17 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.10.20".freeze
+ VERSION = "17.10.21".freeze
end