From 200c6143f15baa477601879b64ab2326847aac0b Mon Sep 17 00:00:00 2001 From: l0gicgate Date: Tue, 20 Aug 2019 12:46:05 -0600 Subject: [PATCH] update VERSION constant for 3.12.2 release --- Slim/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/App.php b/Slim/App.php index 3e4323897..38256d81c 100644 --- a/Slim/App.php +++ b/Slim/App.php @@ -41,7 +41,7 @@ class App * * @var string */ - const VERSION = '3.12.1'; + const VERSION = '3.12.2'; /** * @var ContainerInterface