summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-11 00:51:02 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-11 00:51:02 +0000
commit91ef348e8039ea181f785a714fa317d421ac439e (patch)
tree1b0badcb45cd8e5b3527af089d0f4b0e4c99ab02 /chef-bin
parent7df11900e079f82e73f7469bf22013f0fc49e213 (diff)
downloadchef-91ef348e8039ea181f785a714fa317d421ac439e.tar.gz
Bump version to 15.0.285 by Chef Expeditorv15.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 906d7fb5a3..c3f3b65a66 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 = "15.0.284".freeze
+ VERSION = "15.0.285".freeze
end
#