From fb60b55ea8c9ff2a31c8eab4f7b8ef744c234469 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 9 May 2016 09:52:07 -0500 Subject: [PATCH] version --- valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valet.php b/valet.php index a247a76..5f6d0c9 100755 --- a/valet.php +++ b/valet.php @@ -26,7 +26,7 @@ */ Container::setInstance(new Container); -$app = new Application('Laravel Valet', 'v1.0.12'); +$app = new Application('Laravel Valet', 'v1.0.13'); /** * Prune missing directories and symbolic links on every command.