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-15 11:51:43 -04:00
parent 70969872cf
commit d44f4a3b71

View File

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