From 627ed3c97980d0a8dceba45f49057fd66d8b88cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Sat, 22 Jul 2023 22:30:53 -0600 Subject: [PATCH] fix app version --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index 8d39c9d5a..67a4d9eec 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -41,7 +41,7 @@ class App * * @var string */ - const VERSION = '3.12.3'; + const VERSION = '3.12.5'; /** * @var ContainerInterface