aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-06-07 17:44:23 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-06-07 17:44:23 +0200
commite02d1cd311cedd2a09e5fdf0db94ae2eb20efccc (patch)
treed68049a478e7aaa9187bdba5ab47f42e171ed02e /constants.php
parent32d25875cd3889582a38d4235ac40d70fe9ab6aa (diff)
Next release will not be minor
We already know it will be more than 1.18.2 and therefore 1.19.0 instead
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php
index 4b947eab6..5db249ecc 100644
--- a/constants.php
+++ b/constants.php
@@ -3,7 +3,7 @@
//<Not customisable>
define('FRESHRSS_MIN_PHP_VERSION', '5.6.0');
-define('FRESHRSS_VERSION', '1.18.2-dev');
+define('FRESHRSS_VERSION', '1.19.0-dev');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');