From b40957f484bcb4467f6fb2efd96f1f327754e420 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 9 Jul 2018 15:51:05 +0200 Subject: [PATCH] Bump version 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 f37bc40..28107fb 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.6'; +const VERSION = '1.1.7'; // PHP Needed version const PHP_NEEDED_VERSION = '5.6';