diff --git a/Slim/App.php b/Slim/App.php index 449731f0f..574ecef95 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.9.0'; + public const VERSION = '4.10.0'; /** * @var RouteResolverInterface