From 125045bb74e16e1fd2d5af8dfae5392fa1e2f006 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 23 Dec 2021 16:34:08 +0100 Subject: [PATCH] Release 1.1.19 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 115a100..06c6819 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.18'; +const VERSION = '1.1.19'; // PHP Needed version const PHP_NEEDED_VERSION = '7.3';