From 4ee9c3e3a643a1cef8d84f2997c999501c7e9932 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 5 May 2016 01:42:59 -0500 Subject: [PATCH] version --- valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valet.php b/valet.php index fb5b963..5639791 100755 --- a/valet.php +++ b/valet.php @@ -16,7 +16,7 @@ /** * Create the application. */ -$app = new Application('Laravel Valet', 'v1.0.2'); +$app = new Application('Laravel Valet', 'v1.0.3'); /** * Prune missing directories and symbolic links on every command.