From dda9c851ab546baedc524bd0304f25d32c67e91d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 21 Dec 2020 11:28:28 +0100 Subject: [PATCH] Bump version to 1.1.12 Signed-off-by: Thomas Citharel --- app/inc/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/inc/constants.php b/app/inc/constants.php index 18ab2c1..472401d 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.11'; +const VERSION = '1.1.12'; // PHP Needed version const PHP_NEEDED_VERSION = '7.3';