From 68f1bfc7d84d08f2d62d0909c6141ca11f6b2e00 Mon Sep 17 00:00:00 2001 From: l0gicgate Date: Sat, 18 May 2019 21:47:42 -0600 Subject: [PATCH] change App version constant for beta release --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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