diff --git a/Slim/App.php b/Slim/App.php index 9cf54b466..74d37817a 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -34,7 +34,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface * * @var string */ - public const VERSION = '4.0.0-alpha'; + public const VERSION = '4.0.0-beta'; /** * @var MiddlewareDispatcher