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-13 08:24:48 -05:00
parent c95d923654
commit 48f1648a4b

View File

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