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

Bump version

This commit is contained in:
Matt Stauffer
2020-05-01 12:15:05 -04:00
parent 570a7d9059
commit fa090b0ab9

View File

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