Skip to content

Commit e466c30

Browse files
committed
Tagging v15.0.3
1 parent 1a2c749 commit e466c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/homestead

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(is_file( __DIR__.'/../vendor/autoload.php')) {
88
require __DIR__.'/../../../autoload.php';
99
}
1010

11-
$app = new Symfony\Component\Console\Application('Laravel Homestead', '15.0.2');
11+
$app = new Symfony\Component\Console\Application('Laravel Homestead', '15.0.3');
1212

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

0 commit comments

Comments
 (0)