diff --git a/Slim/App.php b/Slim/App.php index 173f942f0..7f3e166ca 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.4.0'; + public const VERSION = '4.5.0'; /** * @var RouteResolverInterface