From 24408631240e5835ef9e497470c733d7540922e0 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 12 Aug 2020 09:42:35 -0500 Subject: [PATCH] Tagging 11.0.2 --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index 0182db0e7..4b0bcc59c 100755 --- a/bin/homestead +++ b/bin/homestead @@ -3,7 +3,7 @@ require __DIR__.'/../../../autoload.php'; -$app = new Symfony\Component\Console\Application('Laravel Homestead', '11.0.1'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '11.0.2'); $app->add(new Laravel\Homestead\MakeCommand);