From 6655e1b64722e2e46f798ecd2f84778829aefa6a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 3 May 2016 20:17:55 -0500 Subject: [PATCH] increment version --- valet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valet b/valet index d65bdb7..6ea8a4e 100755 --- a/valet +++ b/valet @@ -14,7 +14,7 @@ use Silly\Application; /** * Create the application. */ -$app = new Application('Laravel Valet', 'v0.1.4'); +$app = new Application('Laravel Valet', 'v0.1.5'); /** * Allow Valet to be run more conveniently by allowing the Node proxy to run password-less sudo.