diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-08 16:39:59 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-08 16:39:59 +0000 |
commit | 73e51dd1411c9fe2c1018c3e4eb6961e85b23357 (patch) | |
tree | bd7a7eac9b30e5325eb785eae8e29f112a96945b /chef-utils | |
parent | af2ac92b5868968ddd6e488205645f2512ac0f75 (diff) | |
download | chef-73e51dd1411c9fe2c1018c3e4eb6961e85b23357.tar.gz |
Bump version to 16.2.90 by Chef Expeditorv16.2.90
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 511a52c9eb..9340930303 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.89".freeze + VERSION = "16.2.90".freeze end |