Skip to content

Commit 3dddb92

Browse files
authored
Update version (#461)
1 parent e45cf06 commit 3dddb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/laravel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
77
require __DIR__.'/../vendor/autoload.php';
88
}
99

10-
$app = new Symfony\Component\Console\Application('Laravel Installer', '5.24.0');
10+
$app = new Symfony\Component\Console\Application('Laravel Installer', '5.24.2');
1111

1212
if (method_exists($app, 'addCommand')) {
1313
$app->addCommand(new Laravel\Installer\Console\NewCommand);

0 commit comments

Comments
 (0)