diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-17 20:12:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-17 20:12:17 +0000 |
commit | 8feb3f054185d01d70e42e917429c692dfd8dc81 (patch) | |
tree | 8897741267c22dcdd3fd7a76823dce120befb1e3 /chef-utils | |
parent | d1c869b3e980e4f2fb08ce2e5c16beddc75ee83d (diff) | |
download | chef-8feb3f054185d01d70e42e917429c692dfd8dc81.tar.gz |
Bump version to 16.0.220 by Chef Expeditorv16.0.220
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 8c1d06234c..72e9d03bd5 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.219".freeze + VERSION = "16.0.220".freeze end |