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

Update valet.php

This commit is contained in:
Dries Vints
2022-10-25 18:40:07 +02:00
committed by GitHub
parent b8483172e1
commit a937836d81

View File

@@ -34,7 +34,7 @@
*/
Container::setInstance(new Container);
$version = '3.1.11';
$version = '3.1.12';
$app = new Application('Laravel Valet', $version);