summaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-11-14 14:32:44 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-11-14 14:32:44 +0100
commit37cc854d1275b28fca8104477fa1e6558e6516ba (patch)
tree8b378f6a32af271929f763987435f8c0605ee78b /constants.php
parent5035dadfdd7164041cd304f05a6c3123644ae5c8 (diff)
Start FreshRSS 1.21.0-dev
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 8d9f43996..06212fc39 100644
--- a/constants.php
+++ b/constants.php
@@ -3,7 +3,7 @@
//<Not customisable>
define('FRESHRSS_MIN_PHP_VERSION', '7.0.0');
-define('FRESHRSS_VERSION', '1.20.1');
+define('FRESHRSS_VERSION', '1.21.0-dev');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');