From 74834d17ea5fd264b3e54069310ff5fc65b81eab Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Tue, 7 Jan 2020 11:37:59 -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 be0436cee..e22c38585 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.8.0'; +$version = '2.8.1'; $app = new Application('Laravel Valet', $version);