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

Bump version

This commit is contained in:
Matt Stauffer
2021-01-21 15:25:45 -05:00
parent 9efa9d120c
commit 8c74df2b34

View File

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