summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-07 19:32:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-07 19:32:39 +0000
commiteeaed428f527d4137c68e0891b9cc38249b158ff (patch)
treee621c81388eea84fb24d27d363a0a25a7c006b4e /chef-bin
parent7c6050b61e75ee304859329b54520d2e503bfce1 (diff)
downloadchef-eeaed428f527d4137c68e0891b9cc38249b158ff.tar.gz
Bump version to 16.0.286 by Chef Expeditorv16.0.286
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 662e888c03..b1ea2e7d73 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.285".freeze
+ VERSION = "16.0.286".freeze
end
#