From b30d7f207656a78ff24e305db7ab733e45b546f9 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 6 May 2019 11:58:01 +0200 Subject: [PATCH] Version 1.1.10 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 f18a410..cee7bc8 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.9'; +const VERSION = '1.1.10'; // PHP Needed version const PHP_NEEDED_VERSION = '5.6';