From 05ee7bf256f3f0117065ff8e35ff3fc89a2510e7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 19 Mar 2018 11:01:09 +0100 Subject: [PATCH] Release version 1.1.0-alpha.1 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 d36106a..6f59177 100644 --- a/app/inc/constants.php +++ b/app/inc/constants.php @@ -18,7 +18,7 @@ */ // FRAMADATE version -const VERSION = '1.0'; +const VERSION = '1.1.0-alpha.1'; // PHP Needed version const PHP_NEEDED_VERSION = '5.6';