From 576e22d0587ac1b6402500fa94d6f37bd498b3f5 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 30 Apr 2019 17:36:56 +0200 Subject: [PATCH] Version --- laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel b/laravel index 1039a8c9..064a0006 100755 --- a/laravel +++ b/laravel @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) { require __DIR__.'/vendor/autoload.php'; } -$app = new Symfony\Component\Console\Application('Laravel Installer', '2.0.1'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '2.1.0'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();