From c3711e06a85fb619a2d92aeda0a60e7b23fe0d53 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 24 Oct 2023 17:38:39 +0200 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 a29cabc8..507f1390 100644 --- a/src/Application.php +++ b/src/Application.php @@ -169,7 +169,7 @@ public function bootstrapRouter() */ public function version() { - return 'Lumen (10.0.1) (Laravel Components ^10.0)'; + return 'Lumen (10.0.2) (Laravel Components ^10.0)'; } /**