From eae1f524118f626f4ca8ff1f84b4e33cf5feb107 Mon Sep 17 00:00:00 2001 From: l0gicgate Date: Thu, 28 Nov 2019 10:34:48 -0700 Subject: [PATCH] update VERSION to 3.12.3 --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index 75c3b4fa3..8d39c9d5a 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -41,7 +41,7 @@ class App * * @var string */ - const VERSION = '3.12.2'; + const VERSION = '3.12.3'; /** * @var ContainerInterface