From a2038b4ed8b99623b1f1b389025676e65a59617f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Sat, 22 Jul 2023 22:52:09 -0600 Subject: [PATCH] update App::VERSION to 4.12.0 --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index e922a929d..ebcc751f6 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -38,7 +38,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface * * @var string */ - public const VERSION = '4.11.0'; + public const VERSION = '4.12.0'; protected RouteResolverInterface $routeResolver;