From 31017e611a36f0ab124d87c1487d4e71e5f5fa5e Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 21 Jul 2023 05:31:01 +0200 Subject: [PATCH] Update app.php --- cli/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/app.php b/cli/app.php index 5e66c10f3..be733304d 100644 --- a/cli/app.php +++ b/cli/app.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '4.1.2'; +$version = '4.1.3'; $app = new Application('Laravel Valet', $version);