Skip to content

Commit

Permalink
Tagging v10.16.0
Browse files Browse the repository at this point in the history
* Update golang version to 1.15.4 (#1542) @ricardoseriani
* Only create databases for features enabled. Update DB backup path
* Update golang version to 1.15.5 (#1543) @ricardoseriani
* Create Mysql8 Databases if Mysql8 feature enabled (#1544) @evanrthompson
* add PostgreSQL as a default feature (#1545)  @iDuriel
  • Loading branch information
svpernova09 committed Nov 24, 2020
1 parent b228c64 commit 049a7ad
Showing 1 changed file with 1 addition and 1 deletion.
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', '10.15.2');
$app = new Symfony\Component\Console\Application('Laravel Homestead', '10.16.0');

$app->add(new Laravel\Homestead\MakeCommand);

Expand Down

0 comments on commit 049a7ad

Please sign in to comment.