summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 22:56:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 22:56:00 +0000
commit87eb4537b3502da5b7ba95ada4fbe91f11e3311f (patch)
tree0d565acd5d5776f8d7ec6e0bb98234ea6860b2f0 /chef-bin
parentf401b0d052706e257b32c3ba8d49fcdb022e6039 (diff)
downloadchef-87eb4537b3502da5b7ba95ada4fbe91f11e3311f.tar.gz
Bump version to 16.0.257 by Chef Expeditorv16.0.257
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 cab0b6f438..2e7968b456 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("../..", __FILE__)
- VERSION = "16.0.256".freeze
+ VERSION = "16.0.257".freeze
end
#