From eb0f03869c8bb87080e88dbcf1e70fe70ba93b40 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Tue, 10 Sep 2019 20:33:44 -0400 Subject: [PATCH] Version bump --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index 717b490..8d9ce4f 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -31,7 +31,7 @@ */ Container::setInstance(new Container); -$version = '2.4.1'; +$version = '2.4.2'; $app = new Application('Laravel Valet', $version);