From a05d26f8a42d481338817bba8ff59a43ed6a0191 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Tue, 10 Dec 2019 23:13:48 -0500 Subject: [PATCH] Bump version --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index 27e918a..a399421 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.6.0'; +$version = '2.6.1'; $app = new Application('Laravel Valet', $version);