From 3a712a7c2c9b37204f276d1fadd2416db515eb34 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 7 Feb 2023 17:11:36 +0100 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 25078d292..ba996e5cd 100644 --- a/cli/app.php +++ b/cli/app.php @@ -38,7 +38,7 @@ */ Container::setInstance(new Container); -$version = '3.3.1'; +$version = '3.3.2'; $app = new Application('Laravel Valet', $version);