From b10bbf05551132271d2bcf68c84c6cc07d30d8a9 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Sat, 1 May 2021 14:56:58 -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 4db35757f..f34d12f4d 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.14.1'; +$version = '2.15.0'; $app = new Application('Laravel Valet', $version);