From 15e444afc2753f5a65732d59860b182968000bad Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 3 Oct 2023 16:51:46 +0200 Subject: [PATCH] version --- cli/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/app.php b/cli/app.php index 98252b11..a1394075 100644 --- a/cli/app.php +++ b/cli/app.php @@ -33,7 +33,7 @@ */ Container::setInstance(new Container); -$version = '4.4.0'; +$version = '4.4.1'; $app = new Application('Laravel Valet', $version);