From 9d4fee9291baf4a031ebe9ee261b04c4c2364ff9 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 23 May 2023 14:10:32 -0500 Subject: [PATCH] Tagging 14.4.1 --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index 2f1668967..dc96a96c3 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.0'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '14.4.1'); $app->add(new Laravel\Homestead\MakeCommand); $app->add(new Laravel\Homestead\WslApplyFeatures);