1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00
This commit is contained in:
Taylor Otwell
2016-12-09 09:20:44 -06:00
parent a501ebcd5b
commit 5921c7d238

View File

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