From a11b56e6db73cff931a0aa205cb0d3514376dd5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Sat, 4 Jan 2020 20:46:32 -0700 Subject: [PATCH] update version constant to 4.4.0 for release --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index 65825121d..8fd6a6a39 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -37,7 +37,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface * * @var string */ - public const VERSION = '4.3.0'; + public const VERSION = '4.4.0'; /** * @var RouteResolverInterface