1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 16:50:09 +01:00
This commit is contained in:
Taylor Otwell
2016-05-09 09:54:28 -05:00
parent b9439f92fa
commit 222ab5e2be

View File

@@ -26,7 +26,7 @@
*/
Container::setInstance(new Container);
$app = new Application('Laravel Valet', 'v1.0.13');
$app = new Application('Laravel Valet', 'v1.1.0');
/**
* Prune missing directories and symbolic links on every command.