From 5b2e6fb35a80314af38328dca04273d782b36724 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Mon, 18 Jun 2018 08:10:20 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20=F0=9F=94=96=20Tagging=20v7.8.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 fb6f8ce24..c4b2ce306 100755 --- a/bin/homestead +++ b/bin/homestead @@ -3,7 +3,7 @@ require __DIR__.'/../../../autoload.php'; -$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.7.0'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.8.0'); $app->add(new Laravel\Homestead\MakeCommand);