summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-07 04:06:55 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-07 04:06:55 +0000
commit801b624936e8ccdd4c59068bca7b7540cf826db7 (patch)
tree5ee5443a15dc2988a37b63870ef9e562ecbd5251 /chef-bin
parent7ddcca60462afa39b1b397db1b87c32bf5282083 (diff)
downloadchef-801b624936e8ccdd4c59068bca7b7540cf826db7.tar.gz
Bump version to 16.0.285 by Chef Expeditorv16.0.285
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 6ba6b22078..662e888c03 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.284".freeze
+ VERSION = "16.0.285".freeze
end
#