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

Increment version

This commit is contained in:
Adam Wathan
2016-08-17 17:08:46 -04:00
parent cf7911a0e5
commit 86d0c6b1a7

View File

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