diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-08 18:06:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-08 18:06:32 +0000 |
commit | 42add873bf2d0ba8d931121af05d302cd9647b68 (patch) | |
tree | 99e688b7b810b2569880c2dc0bd8f5a32a0e3e04 /chef-utils | |
parent | 51b02ad621755a884f782b3819fec69b220b0c6f (diff) | |
download | chef-42add873bf2d0ba8d931121af05d302cd9647b68.tar.gz |
Bump version to 16.2.91 by Chef Expeditorv16.2.91
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 9340930303..2bfc9bd642 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("..", __dir__) - VERSION = "16.2.90".freeze + VERSION = "16.2.91".freeze end |