From 5ec7a92ad4c02d6dc8549ff71b16d0445261b390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Sun, 15 Nov 2020 09:07:44 -0700 Subject: [PATCH] update VERSION to 4.6.0 --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index 7f3e166ca..43b40084a 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.5.0'; + public const VERSION = '4.6.0'; /** * @var RouteResolverInterface