From ee69a99c011d90ddf92655cdf22174d35703d06c Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Sun, 2 Jun 2024 16:41:15 +0200 Subject: [PATCH] version --- bin/laravel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/laravel b/bin/laravel index 34a08dd..0dce5db 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.8.1'); +$app = new Symfony\Component\Console\Application('Laravel Installer', '5.8.2'); $app->add(new Laravel\Installer\Console\NewCommand); $app->run();