From d6ea8cdb2d7a39269caa55bb59164c4b2fe1b274 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Fri, 7 Dec 2018 16:36:34 -0500 Subject: [PATCH] Version bump --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index fd6d11b..77e15dd 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -29,7 +29,7 @@ */ Container::setInstance(new Container); -$version = '2.1.5'; +$version = '2.1.6'; $app = new Application('Laravel Valet', $version);