From c8934c35d9d98b1a1df9f99ee69b77a59e0aa820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Tue, 29 Jun 2021 13:41:06 -0600 Subject: [PATCH] Update app version to 4.8.1 --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index b97a6969b..8799188ba 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.7.0'; + public const VERSION = '4.8.1'; /** * @var RouteResolverInterface