From 3b1f66e835b142112dd726c95d84544b9683c5fd Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 22 Feb 2022 17:07:44 +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 fa9178b5..757d8345 100644 --- a/src/Application.php +++ b/src/Application.php @@ -162,7 +162,7 @@ public function bootstrapRouter() */ public function version() { - return 'Lumen (9.0.0) (Laravel Components ^9.0)'; + return 'Lumen (9.0.1) (Laravel Components ^9.0)'; } /**