summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-24 17:01:30 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-24 17:01:30 +0000
commit7a278d2bb38ea47c9d011fb5933a7a9555b8b344 (patch)
tree8bf451bcf79ad6620b8f3ed2013078c8249efc18 /chef-bin
parent0aefa68107d525236f999e0ee93b101c7a3fb3f9 (diff)
downloadchef-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.rb2
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
#