From 0da24788d0c9673c2eb8f5728e55015111124e7e Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Mon, 9 Jul 2018 12:18:22 +0200
Subject: [PATCH] Bump version

(yeah, forgot last one)

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 d00c406c..f37bc40f 100644
--- a/app/inc/constants.php
+++ b/app/inc/constants.php
@@ -18,7 +18,7 @@
  */
 
 // FRAMADATE version
-const VERSION = '1.1.4';
+const VERSION = '1.1.6';
 
 // PHP Needed version
 const PHP_NEEDED_VERSION = '5.6';
-- 
GitLab