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-bin | |
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-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 7f78cad626..d07348f2e3 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.31".freeze + VERSION = "16.0.32".freeze end # |