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