From 46a1f92c42811e9b3c067def1c896a03ec669c75 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 10 Mar 2023 07:43:01 -0600 Subject: [PATCH] Tagging v14.3.0 --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index 9e0ea9b38..f97c23ff3 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.2.2'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '14.3.0'); $app->add(new Laravel\Homestead\MakeCommand); $app->add(new Laravel\Homestead\WslApplyFeatures);