diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-06 23:36:05 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-06 23:36:05 +0000 |
commit | e06da5038493f4677e9e85275a164e8a1e285796 (patch) | |
tree | e2057a6d7690c0b70739ee12537f8a92ff072c64 /chef-utils/lib | |
parent | 58d894afb0f2fc11ccc044f40995f903b9af0b73 (diff) | |
download | chef-e06da5038493f4677e9e85275a164e8a1e285796.tar.gz |
Bump version to 16.0.188 by Chef Expeditorv16.0.188
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 7641455951..09756cf87f 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.187".freeze + VERSION = "16.0.188".freeze end |