From 70db1e91e0ab8291d9df80f62b945fed1555a488 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Fri, 3 Aug 2018 14:07:02 +0200
Subject: [PATCH] Release v1.1.8-beta.1

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 28107fb0..d149d99e 100644
--- a/app/inc/constants.php
+++ b/app/inc/constants.php
@@ -18,7 +18,7 @@
  */
 
 // FRAMADATE version
-const VERSION = '1.1.7';
+const VERSION = '1.1.8-beta.1';
 
 // PHP Needed version
 const PHP_NEEDED_VERSION = '5.6';
-- 
GitLab