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-03-13 12:46:23 -04:00
parent aae0d99c71
commit 4dfd4883ed

View File

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