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

Bump version

This commit is contained in:
Matt Stauffer
2020-11-18 08:36:31 -05:00
parent bdd1d93702
commit 81dcdbb960

View File

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