diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-11 01:40:46 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-11 01:40:46 +0000 |
commit | 65d98c0a8ba855ac9908f2a3f12fe98ce209d7cd (patch) | |
tree | 7c525aa2b66064853c7083c86ea7c70e3f18114b /chef-bin | |
parent | bf09c464a074939d4b5e9bcbdb4699317d517d3c (diff) | |
download | chef-65d98c0a8ba855ac9908f2a3f12fe98ce209d7cd.tar.gz |
Bump version to 15.0.286 by Chef Expeditorv15.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.rb | 2 |
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 c3f3b65a66..4d0bff29e2 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.285".freeze + VERSION = "15.0.286".freeze end # |