From b46430ebe2bcc5c3afeed1d62bf8b3fbc51cfd26 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 22 Mar 2021 19:06:57 +0100 Subject: [PATCH] Bump version to 1.1.16 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 ea8c2c5..07f6a5f 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.15'; +const VERSION = '1.1.16'; // PHP Needed version const PHP_NEEDED_VERSION = '7.3';