From 2b0ed80b2ab4acfb5e7648797b8202e4d9aea06d Mon Sep 17 00:00:00 2001 From: l0gicgate Date: Thu, 1 Aug 2019 10:11:29 -0600 Subject: [PATCH] update version to 4.0.0 --- Slim/App.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Slim/App.php b/Slim/App.php index 616fffab0..0607ce6b9 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -25,10 +25,6 @@ use Slim\Routing\RouteResolver; use Slim\Routing\RouteRunner; -/** - * This is the primary class with which you instantiate, - * configure, and run a Slim Framework application. - */ class App extends RouteCollectorProxy implements RequestHandlerInterface { /** @@ -36,7 +32,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface * * @var string */ - public const VERSION = '4.0.0-beta'; + public const VERSION = '4.0.0'; /** * @var MiddlewareDispatcher