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
2022-12-06 17:31:28 +01:00
committed by GitHub
parent 05150d50ad
commit 2a8eefe767

View File

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