diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-22 01:52:00 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-22 01:52:00 +0000 |
commit | 0ac5de3b1dce312e635afcaaddf9eed1d8653418 (patch) | |
tree | 439181c8265a47c0797546c9f439b80ffe08e388 /chef-utils | |
parent | cd76acb10be66221c034c4a3ae11b641b3534396 (diff) | |
download | chef-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-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 5bee44abbb..2d17b6fc68 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "17.0.221" + VERSION = "17.0.222" end |