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

Bump version

This commit is contained in:
Matt Stauffer
2022-04-18 10:38:27 -04:00
parent 71d88229c7
commit ae56443715

View File

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