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

Update version to match release

This commit is contained in:
Jason Conroy
2016-08-12 10:28:23 +10:00
parent 506fd3c6b7
commit b175fe2890

View File

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