From 68231333220cc4f412da5a6b9660160cfc6dcb59 Mon Sep 17 00:00:00 2001
From: Olivier PEREZ <olivier@olivierperez.fr>
Date: Sat, 5 Dec 2015 21:19:59 +0100
Subject: [PATCH] Update Framadate version number

---
 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 166b21bf..3d24af23 100644
--- a/app/inc/constants.php
+++ b/app/inc/constants.php
@@ -18,7 +18,7 @@
  */
 
 // FRAMADATE version
-const VERSION = '0.9';
+const VERSION = '1.0';
 
 // Regex
 const POLL_REGEX = '/^[a-z0-9]+$/i';
-- 
GitLab