diff --git a/bin/laravel b/bin/laravel index 7f08375..f021b31 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', '5.5.1'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '5.5.2'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();