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
2020-11-24 07:37:52 -05:00
parent c79244b29c
commit 21f0549bd5

View File

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