summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-16 03:36:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-16 03:36:03 +0000
commit84e21fc27fe87416fc8a095b3714e93582bd600f (patch)
treeedb56882372e0681b96fb6333d2d6c23e1f6eec7 /chef-bin
parent974cb8ea52bff99f24b21285f8d7bb69a2a5f730 (diff)
downloadchef-84e21fc27fe87416fc8a095b3714e93582bd600f.tar.gz
Bump version to 16.5.57 by Chef Expeditorv16.5.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 192ffc209d..714cd486b7 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.56".freeze
+ VERSION = "16.5.57".freeze
end
#