From 7e2babcaf7fdd646a21f5128b02f831e07ff81c7 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 16 Mar 2021 17:20:57 +0100 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index 24ff55bc..a520a8d1 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.0'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '4.2.1'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();