From cf7fa642e9c0a9cd04f93d438fa8ae2ecf02c59b Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 25 May 2018 21:01:38 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20=F0=9F=94=96=20Tagging=207.6.1?= =?UTF-8?q?=20release?= 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 713f41fbf..6bd210aca 100755 --- a/bin/homestead +++ b/bin/homestead @@ -3,7 +3,7 @@ require __DIR__.'/../../../autoload.php'; -$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.6.0'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '7.6.1'); $app->add(new Laravel\Homestead\MakeCommand);