From 82a19f71b3e409266b8b9ec7c6d1c42b9df297d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Tue, 14 Apr 2020 14:43:33 -0600 Subject: [PATCH] bump up version constant to 4.5.0 --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index 173f942f0..7f3e166ca 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.4.0'; + public const VERSION = '4.5.0'; /** * @var RouteResolverInterface