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
2020-04-30 11:45:42 -04:00
parent 73b16c08b0
commit 1dd6f301d5

View File

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