1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00
This commit is contained in:
Dries Vints
2023-10-10 17:42:20 +02:00
committed by GitHub
parent f9a9f7d466
commit 060c8d5bb2

View File

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