From 8e6373c9645227126864bc5afdbaad3d673d5554 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 10 Apr 2018 12:43:47 +0200 Subject: [PATCH] Version 1.1.0-beta.4 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 44dd6ef..4716b0d 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.1.0-beta.3'; +const VERSION = '1.1.0-beta.4'; // PHP Needed version const PHP_NEEDED_VERSION = '5.6';