aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-08-23 16:45:34 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-08-23 16:45:34 +0200
commitb6f208f5181789dab927621856e2b7e58803a8fa (patch)
tree690f3c9ad91b4c9c03fda8bd6e6e79e5d998565b /constants.php
parent41bc15a9ff6656261706005c700eab15c2cd12b7 (diff)
Start FreshRSS 1.24.3-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 582138f07..92bef9682 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.2';
+const FRESHRSS_VERSION = '1.24.3-dev';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';