diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-30 01:43:46 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-30 01:43:46 +0000 |
commit | 5e2591bdc738b99a8bf3776bf40f876f51e80c66 (patch) | |
tree | 5f9777564bc0c335b533ab410a41b65f2f2cfaff /chef-utils | |
parent | f98547abc924a98fe2c2549fe50b0a32847ada80 (diff) | |
download | chef-5e2591bdc738b99a8bf3776bf40f876f51e80c66.tar.gz |
Bump version to 16.0.32 by Chef Expeditorv16.0.32
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 f25a644da8..d27f838075 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.31".freeze + VERSION = "16.0.32".freeze end |