From 44ced651669082e941cb6999d2dee34f5fe160bb Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 22 Sep 2020 18:25:20 +0200 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index 9cbdb57..c3d8c66 100755 --- a/bin/laravel +++ b/bin/laravel @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) { require __DIR__.'/../vendor/autoload.php'; } -$app = new Symfony\Component\Console\Application('Laravel Installer', '4.0.4'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '4.0.5'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();