aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-09-06 08:49:40 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-09-06 08:49:40 +0200
commitda13a4b663580a13376f5d15a136c9fb5380d979 (patch)
tree1a0217f8c1058aeea3b71c9897cde911663e3f5f /constants.php
parent671f9102972c15e9250a837a86e0a33e03c86f60 (diff)
Start 1.25.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 7656bd2d1..bf52b8daf 100644
--- a/constants.php
+++ b/constants.php
@@ -4,7 +4,7 @@ declare(strict_types=1);
//<Not customisable>
const FRESHRSS_MIN_PHP_VERSION = '7.4.0';
-const FRESHRSS_VERSION = '1.24.3';
+const FRESHRSS_VERSION = '1.25.0-dev';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';