From e89028e1714bbac9095a4581da69dfa86ca617b3 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Mon, 9 Aug 2021 18:00:39 -0400 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 84e0c01b2..0a8550249 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.15.5'; +$version = '2.16.0'; $app = new Application('Laravel Valet', $version);