From 12f75fc2a8286030eb149ab43a1cf10a5a0c29b6 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Tue, 29 Oct 2019 08:31:35 -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 fa57e84..572b3c9 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -31,7 +31,7 @@ */ Container::setInstance(new Container); -$version = '2.5.1'; +$version = '2.5.2'; $app = new Application('Laravel Valet', $version);