From e35589e1a8c523f629e527a950e3e637e83e6275 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 4 Dec 2018 18:22:32 +0100 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 0f41737..f18a410 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.8'; +const VERSION = '1.1.9'; // PHP Needed version const PHP_NEEDED_VERSION = '5.6';