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-05 08:44:49 -04:00
parent 0064c4eea1
commit 74e203e37b

View File

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