From e466c30122e4e886171c6397d63c3cc7dd16770c Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Mon, 29 Apr 2024 15:29:31 -0500 Subject: [PATCH] Tagging v15.0.3 --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index 9172941a0..4410e586c 100755 --- a/bin/homestead +++ b/bin/homestead @@ -8,7 +8,7 @@ if(is_file( __DIR__.'/../vendor/autoload.php')) { require __DIR__.'/../../../autoload.php'; } -$app = new Symfony\Component\Console\Application('Laravel Homestead', '15.0.2'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '15.0.3'); $app->add(new Laravel\Homestead\MakeCommand); $app->add(new Laravel\Homestead\WslApplyFeatures);