summaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-08-23 16:28:56 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-08-23 16:28:56 +0200
commitca28c90f8bf1603594a1489bdeefd2d72e7e18bb (patch)
treeb4a73aa55dd5b310065a3c6cac1ea88076b0c5a8 /constants.php
parentca09f37b43981e3aa0d1a289838c5b235776fc83 (diff)
Release 1.24.21.24.2
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 59e588311..582138f07 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-dev';
+const FRESHRSS_VERSION = '1.24.2';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';