summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-03 22:56:54 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-03 22:56:57 +0000
commitd7e90de59a0a29062149b17104c353b4817cb5dc (patch)
tree28e965dd46fd578fa62fc954a1a594e40926cc07 /chef-bin
parent9ea3dbbd7dec0494c430f78419472f1fe15265a3 (diff)
downloadchef-d7e90de59a0a29062149b17104c353b4817cb5dc.tar.gz
Bump version to 16.3.57 by Chef Expeditorv16.3.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 9e54180924..4299c4defa 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.3.56".freeze
+ VERSION = "16.3.57".freeze
end
#