diff --git a/Slim/App.php b/Slim/App.php index b97a6969b..8799188ba 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.7.0'; + public const VERSION = '4.8.1'; /** * @var RouteResolverInterface