From 6799e7e7e2d53f5822501d5f507773d111b38f53 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 21 Feb 2023 11:23:16 +0100 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 9d8af18e..31cfcec6 100644 --- a/src/Application.php +++ b/src/Application.php @@ -169,7 +169,7 @@ public function bootstrapRouter() */ public function version() { - return 'Lumen (9.1.5) (Laravel Components ^9.21)'; + return 'Lumen (9.1.6) (Laravel Components ^9.36.3)'; } /**