summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-22 00:43:21 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-22 00:43:21 +0000
commit4a4839ff6a559d974fa142931e43045ec86777bf (patch)
tree242e9a08d3d52147e51d2bcf3a289a354364f306 /chef-config/lib
parent8ab998c35294cdaa0723d1c045eec73dbe65d9b9 (diff)
downloadchef-4a4839ff6a559d974fa142931e43045ec86777bf.tar.gz
Bump version to 17.0.221 by Chef Expeditorv17.0.221
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 bb707f82da..fdf0a6b047 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.0.220".freeze
+ VERSION = "17.0.221".freeze
end