From 63065d73e93310464a1d5026f588f21a02892c2a Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 22 Aug 2023 13:07:00 -0500 Subject: [PATCH] Tagging v14.4.2 --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index dc96a96c3..1b59363a9 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', '14.4.1'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '14.4.2'); $app->add(new Laravel\Homestead\MakeCommand); $app->add(new Laravel\Homestead\WslApplyFeatures);