1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Update version string

This commit is contained in:
Adam Wathan
2016-12-08 08:39:32 -05:00
parent 3d0e099755
commit 3ea1b6a955

View File

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