1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00
This commit is contained in:
Taylor Otwell
2016-05-09 09:52:07 -05:00
parent d3bfe3d0d3
commit fb60b55ea8

View File

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