diff --git a/valet.php b/valet.php index a247a76..5f6d0c9 100755 --- a/valet.php +++ b/valet.php @@ -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.