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

Merge pull request #89 from jerguslejko/master

Update version
This commit is contained in:
Adam Wathan
2016-06-14 17:13:30 -04:00
committed by GitHub

View File

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