From 84ac58c430f92b9d9aaa111ecba55d095a049699 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 3 Aug 2018 14:30:09 +0200 Subject: [PATCH] Release 1.1.8 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 d149d99..0f41737 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.8-beta.1'; +const VERSION = '1.1.8'; // PHP Needed version const PHP_NEEDED_VERSION = '5.6';