diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-18 00:56:10 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-18 00:56:10 +0000 |
commit | 387d57d198234827bc7364d276743881915933a0 (patch) | |
tree | ca04afdaba39fc899f258e604faf41260ebfee65 /chef-config | |
parent | 7be570b28e346bc332fbb3f89bde80fe6fa5598d (diff) | |
download | chef-387d57d198234827bc7364d276743881915933a0.tar.gz |
Bump version to 16.0.222 by Chef Expeditorv16.0.222
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.rb | 2 |
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 7979e31541..768fc269ca 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("../..", __FILE__) - VERSION = "16.0.221".freeze + VERSION = "16.0.222".freeze end |