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

Bump version

This commit is contained in:
Matt Stauffer
2020-11-27 11:29:02 -05:00
parent 3f0f157363
commit 1208b89726

View File

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