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-03-31 10:02:27 -04:00
parent 022923d247
commit 9e46ace983

View File

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