Skip to content

Commit 9d4fee9

Browse files
committed
Tagging 14.4.1
1 parent fcc679a commit 9d4fee9

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', '14.4.0');
11+
$app = new Symfony\Component\Console\Application('Laravel Homestead', '14.4.1');
1212

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

0 commit comments

Comments
 (0)