From 87150b8c38d6b76d6b8067ec63e75572bb5064ac Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Thu, 20 Jun 2019 20:18:08 -0500 Subject: [PATCH] Tag beta and update issue template --- .github/ISSUE_TEMPLATE.md | 6 +++--- bin/homestead | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ebc9a4b8a..cb702955f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,11 +2,11 @@ Please note that the Homestead issue tracker is reserved for bug reports and enh ## Versions - Vagrant: Run `vagrant -v` to show the version. - - Provider: Virtualbox, VMWare or Parallels and its version. - - Homestead: Run `homestead --version` to show the version. + - Provider: Virtualbox, VMWare, Hyper-V, or Parallels and its version. + - Homestead: You should be on the most recent `release` branch. **A lot of issues can be resolved by simply updating vagrant, provider or homestead.** ->**Note:** Virtualbox users, please upgrade to `~5.2`. You *will* show as up-to-date from the `~5.0` version when you `About -> Check for Updates`. You'll need to download a newer version of [Virtualbox](https://www.virtualbox.org/wiki/Downloads). +>**Note:** Virtualbox users, please upgrade to `6.x`. You'll need to download a newer version of [Virtualbox](https://www.virtualbox.org/wiki/Downloads). ## Host operating system This is the operating system that you run locally. diff --git a/bin/homestead b/bin/homestead index ba2fdf550..b32234346 100755 --- a/bin/homestead +++ b/bin/homestead @@ -3,7 +3,7 @@ require __DIR__.'/../../../autoload.php'; -$app = new Symfony\Component\Console\Application('Laravel Homestead', '9.0.0-alpha2'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '9.0.0-beta'); $app->add(new Laravel\Homestead\MakeCommand);