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

Update version string

This commit is contained in:
Adam Wathan
2016-09-22 21:38:05 -04:00
parent 99b28daf18
commit 5919e93c6c

View File

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