From 51c62c63f2a878ca86820b794d586041cf735ef9 Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Thu, 11 Apr 2019 13:16:47 -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 050c9e9..fde7ef7 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -29,7 +29,7 @@ */ Container::setInstance(new Container); -$version = '2.2.3'; +$version = '2.2.4'; $app = new Application('Laravel Valet', $version);