From f42e0d49542a0ca3f342008db899021b8e794fe0 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 6 Mar 2018 12:32:42 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20=F0=9F=94=96=20Tagging=207.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/homestead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/homestead b/bin/homestead index fa47f121c..f40cbd385 100755 --- a/bin/homestead +++ b/bin/homestead @@ -3,7 +3,7 @@ require __DIR__.'/../../../autoload.php'; -$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.1.2'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.2.0'); $app->add(new Laravel\Homestead\MakeCommand);