1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
This commit is contained in:
Taylor Otwell
2016-12-08 16:36:56 -06:00
parent 3c3e474d0f
commit 502834d457

View File

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