From 77f1f01f6ec504c7f3adcb220d73c831a8dcc2bb Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 26 Apr 2017 10:43:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Tagging=205.2.4=20(#557)?= 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 36514e664..faf52db96 100755 --- a/bin/homestead +++ b/bin/homestead @@ -3,7 +3,7 @@ require __DIR__.'/../../../autoload.php'; -$app = new Symfony\Component\Console\Application('Laravel Homestead', '5.2.3'); +$app = new Symfony\Component\Console\Application('Laravel Homestead', '5.2.4'); $app->add(new Laravel\Homestead\MakeCommand);