From 4eb662c94101689c42e48dd395d8f340baefbcac Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 26 Nov 2024 09:27:28 -0600 Subject: [PATCH] version --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index 595aec03..1e690b8e 100644 --- a/src/Application.php +++ b/src/Application.php @@ -169,7 +169,7 @@ public function bootstrapRouter() */ public function version() { - return 'Lumen (11.0.1) (Laravel Components ^11.0)'; + return 'Lumen (11.1.0) (Laravel Components ^11.0)'; } /**