Skip to content

Commit

Permalink
Tag beta and update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Jun 21, 2019
1 parent afb74d5 commit 87150b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/homestead
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 87150b8

Please sign in to comment.