From a2918599263aa1bad191e264e81ccc3c392324a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jergu=C5=A1=20Lejko?= Date: Sat, 11 Jun 2016 23:51:36 +0200 Subject: [PATCH] update version --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index e37c057..3cdd701 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -18,7 +18,7 @@ */ Container::setInstance(new Container); -$version = '1.1.12'; +$version = '1.1.13'; $app = new Application('Laravel Valet', $version);