From 7d54cae5f90cccc8ee385350dfc59812772c0273 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 25 Jan 2022 08:56:28 -0600 Subject: [PATCH] Tagging 13.1.0 --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index 9939e48bc..dcf2ea55c 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.0.2'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '13.1.0'); $app->add(new Laravel\Homestead\MakeCommand); $app->add(new Laravel\Homestead\WslApplyFeatures);