From 23a95e0068ef9d46bb3baab6df47ac028f585541 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 27 Apr 2021 20:03:38 +0200 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index dbdec2b9..c1d12df0 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.2.4'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '4.2.5'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();