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
2021-12-21 09:26:48 -05:00
parent 0a4087b15b
commit ddf8c5fff9

View File

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