From d255663a1daa2efb72482814ebfdf0d8fe514969 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 15 Oct 2019 20:26:32 +0200 Subject: [PATCH] version --- laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel b/laravel index 064a0006..9b81e8de 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.1.0'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '2.2.0'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();