From b745161f2fe0cf47c05f2341b37f812ef6a012af Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 11 May 2016 13:31:33 -0500 Subject: [PATCH] version --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index d55cf35..a154c0d 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -28,7 +28,7 @@ */ Container::setInstance(new Container); -$app = new Application('Laravel Valet', 'v1.1.4'); +$app = new Application('Laravel Valet', 'v1.1.5'); /** * Prune missing directories and symbolic links on every command.