diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-07 19:59:04 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-07 19:59:04 +0000 |
commit | 3465fb54a7b8ac894dd666b45af9d6a85490c243 (patch) | |
tree | e088b333476ce0173d3f573752db6ceaf7ab30b9 /chef-utils | |
parent | 461133daa7a2fe872f0f43841b133918a346ba51 (diff) | |
download | chef-3465fb54a7b8ac894dd666b45af9d6a85490c243.tar.gz |
Bump version to 16.0.287 by Chef Expeditorv16.0.287
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 0ccd9c481d..c2e842fca2 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.286".freeze + VERSION = "16.0.287".freeze end |