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

Bump version

This commit is contained in:
Matt Stauffer
2022-04-18 11:12:49 -04:00
parent 463a8b2477
commit 47759b2406

View File

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