diff --git a/app/inc/constants.php b/app/inc/constants.php index 166b21bf76a2a4514fa6e68ca4c790839d99a6ab..3d24af2315da5b79e12953dc3df8a04c7299b4e8 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';