From f406c0ec2d56865276fd0c1aecc439df4dd53d54 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Mon, 29 Jan 2024 19:59:42 -0600 Subject: [PATCH] Tagging v15.0.2 --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index 28d456e10..9172941a0 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.1'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '15.0.2'); $app->add(new Laravel\Homestead\MakeCommand); $app->add(new Laravel\Homestead\WslApplyFeatures);