From a891b0b1c9165521d35665db1c268a42f202b1d6 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 1 Jun 2021 10:28:38 +0200 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index c1d12df0..7b2da1be 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.5'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '4.2.6'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();