diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-10 22:56:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-10 22:56:52 +0000 |
commit | 4ad4cac1e4dd296819ba4a429c3777ed4c20b6d0 (patch) | |
tree | dadbd3f915a565835a5d0b5a4da98b4390b35793 /chef-utils | |
parent | 2a8ec634e5167fdb46dbca5ebb03ed3a692d2bc6 (diff) | |
download | chef-4ad4cac1e4dd296819ba4a429c3777ed4c20b6d0.tar.gz |
Bump version to 17.0.87 by Chef Expeditorv17.0.87
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 8e52801add..9a587d47b9 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "17.0.86" + VERSION = "17.0.87" end |