1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00
This commit is contained in:
Dries Vints
2024-06-18 18:57:43 +02:00
committed by GitHub
parent 78657cdb35
commit 42ba0b20ad

View File

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