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

Update valet.php

This commit is contained in:
Dries Vints
2022-11-15 18:23:04 +01:00
committed by GitHub
parent 3f91526427
commit f03a3a158b

View File

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