From d30b11d3f0cabcc891d6decd2bed2f24cbc3c8b7 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 25 Oct 2022 20:09:41 -0500 Subject: [PATCH] Tagging v13.3.1 --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index c00fffa55..eda8d2568 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', '13.2.0'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '13.3.1'); $app->add(new Laravel\Homestead\MakeCommand); $app->add(new Laravel\Homestead\WslApplyFeatures);