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

update version

This commit is contained in:
Jerguš Lejko
2016-06-11 23:51:36 +02:00
parent b64bad501b
commit a291859926

View File

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