diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-24 02:26:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-24 02:26:21 +0000 |
commit | 1eb5fbe161422103a4d6bfb79acdcd14bbc7c5bb (patch) | |
tree | fb7cbec4383d41a22e274b721d02d3ccc3fab9dc /chef-utils | |
parent | e40d253527d2ccd58f7a05a9024e872211d7ed8b (diff) | |
download | chef-1eb5fbe161422103a4d6bfb79acdcd14bbc7c5bb.tar.gz |
Bump version to 16.3.32 by Chef Expeditorv16.3.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 21b1486d92..d7982af032 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("..", __dir__) - VERSION = "16.3.31".freeze + VERSION = "16.3.32".freeze end |