We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f4316 commit 9a878ceCopy full SHA for 9a878ce
bin/homestead
@@ -8,7 +8,7 @@ if(is_file( __DIR__.'/../vendor/autoload.php')) {
8
require __DIR__.'/../../../autoload.php';
9
}
10
11
-$app = new Symfony\Component\Console\Application('Laravel Homestead', '14.3.0');
+$app = new Symfony\Component\Console\Application('Laravel Homestead', '14.3.1');
12
13
$app->add(new Laravel\Homestead\MakeCommand);
14
$app->add(new Laravel\Homestead\WslApplyFeatures);
0 commit comments