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

Bump version

This commit is contained in:
Matt Stauffer
2020-04-20 16:48:58 -04:00
parent fa71147e32
commit 605af93982

View File

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