From 8528a7fe65b5bc6ff0dd2adaea2d259d8df3fef0 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Sun, 15 Apr 2018 11:41:03 +0200
Subject: [PATCH] Update version to 1.2.0 on develop

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 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 b757398d..065fbf21 100644
--- a/app/inc/constants.php
+++ b/app/inc/constants.php
@@ -18,7 +18,7 @@
  */
 
 // FRAMADATE version
-const VERSION = '1.1.1';
+const VERSION = '1.2.0';
 
 // PHP Needed version
 const PHP_NEEDED_VERSION = '5.6';
-- 
GitLab