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