diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-24 17:01:30 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-24 17:01:30 +0000 |
commit | 7a278d2bb38ea47c9d011fb5933a7a9555b8b344 (patch) | |
tree | 8bf451bcf79ad6620b8f3ed2013078c8249efc18 /chef-bin | |
parent | 0aefa68107d525236f999e0ee93b101c7a3fb3f9 (diff) | |
download | chef-7a278d2bb38ea47c9d011fb5933a7a9555b8b344.tar.gz |
Bump version to 16.7.57 by Chef Expeditorv16.7.57
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 0243e5cfce..a3ec6aab49 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.7.56".freeze + VERSION = "16.7.57".freeze end # |