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
2023-01-31 16:58:16 +01:00
committed by GitHub
parent a2d3c04ab5
commit 715a3019f4

View File

@@ -38,7 +38,7 @@
*/
Container::setInstance(new Container);
$version = '3.3.0';
$version = '3.3.1';
$app = new Application('Laravel Valet', $version);