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