diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-11 02:25:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-11 02:25:08 +0000 |
commit | 34a7f5cfcaa362dd18ffca8e8b495431faf1e4c0 (patch) | |
tree | b41896b58b3ee1db70731167aa6b4bd80790b42e /chef-bin | |
parent | 228e8bcbf9c56b24fbcb75ae8b7a9f471537f96d (diff) | |
download | chef-34a7f5cfcaa362dd18ffca8e8b495431faf1e4c0.tar.gz |
Bump version to 15.0.287 by Chef Expeditorv15.0.287
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 4d0bff29e2..9b24abf0c9 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.286".freeze + VERSION = "15.0.287".freeze end # |