diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-08 17:40:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-08 17:40:24 +0000 |
commit | 9a111dee0b612fd95d7a0c8fef01dfdf0412123b (patch) | |
tree | 6998b4cde8c6103c73176c4d654edd2acc659be2 /chef-bin | |
parent | e12c0d3ade94ee1a773dd71b5805df6c4ed13430 (diff) | |
download | chef-9a111dee0b612fd95d7a0c8fef01dfdf0412123b.tar.gz |
Bump version to 16.5.33 by Chef Expeditorv16.5.33
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 1c928d9613..ab97c75cef 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("..", __dir__) - VERSION = "16.5.32".freeze + VERSION = "16.5.33".freeze end # |