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:
Adam Wathan
2018-04-09 14:34:35 -04:00
parent 64cc7448b1
commit d32afd808d

View File

@@ -18,7 +18,7 @@
*/
Container::setInstance(new Container);
$version = '2.0.10';
$version = '2.0.11';
$app = new Application('Laravel Valet', $version);