diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-09 19:08:00 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-09 19:08:00 +0000 |
commit | 2a1cf846440f5fc55b70e9696460e63b12b65fb0 (patch) | |
tree | 57ac08c771d5d15603f6f7458894689ff0a651ab /chef-utils | |
parent | 86f96689f5c90c0ce3222a1df4acdd8488c023b6 (diff) | |
download | chef-2a1cf846440f5fc55b70e9696460e63b12b65fb0.tar.gz |
Bump version to 16.0.198 by Chef Expeditorv16.0.198
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 fb1e23d830..60ba9bf3ef 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.197".freeze + VERSION = "16.0.198".freeze end |