1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

Update app.php

This commit is contained in:
Dries Vints
2023-08-29 17:32:16 +02:00
committed by GitHub
parent 9a4a7a1693
commit 11c6ae1206

View File

@@ -33,7 +33,7 @@
*/
Container::setInstance(new Container);
$version = '4.1.4';
$version = '4.2.0';
$app = new Application('Laravel Valet', $version);