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

Merge pull request #111 from jconroy/update-version

Update version to match release
This commit is contained in:
Adam Wathan
2016-08-11 20:31:54 -04:00
committed by GitHub

View File

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