summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-22 01:52:00 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-22 01:52:00 +0000
commit0ac5de3b1dce312e635afcaaddf9eed1d8653418 (patch)
tree439181c8265a47c0797546c9f439b80ffe08e388 /chef-config/lib/chef-config/version.rb
parentcd76acb10be66221c034c4a3ae11b641b3534396 (diff)
downloadchef-0ac5de3b1dce312e635afcaaddf9eed1d8653418.tar.gz
Bump version to 17.0.222 by Chef Expeditorv17.0.222
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 fdf0a6b047..7234197edf 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.221".freeze
+ VERSION = "17.0.222".freeze
end