From 222ab5e2be7654b8afdd7a19ef0166a01316baef Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 9 May 2016 09:54:28 -0500 Subject: [PATCH] version --- valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.