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-07 00:08:03 -04:00
parent c650aedfa8
commit 7c357c59e2

View File

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