diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-08 16:36:27 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-08 16:36:27 +0000 |
commit | 090e973e565a49fa48cf58a0fb95e5bc56002ef3 (patch) | |
tree | 63b277f5784861d7c098f493b2953bc6673be1d0 /chef-utils | |
parent | 565a9f2c070ab1f3ced1043b5397f4c7a78a33f4 (diff) | |
download | chef-090e973e565a49fa48cf58a0fb95e5bc56002ef3.tar.gz |
Bump version to 16.2.22 by Chef Expeditorv16.2.22
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 ef15b7e3cd..4cacc9e516 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.2.21".freeze + VERSION = "16.2.22".freeze end |