From 759a7a3a9a0af40b9ecfcec0528e0af15ad86d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Mon, 4 Oct 2021 20:56:01 -0600 Subject: [PATCH] update app version to 4.9.0 --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index 8799188ba..449731f0f 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.8.1'; + public const VERSION = '4.9.0'; /** * @var RouteResolverInterface