aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-05-23 11:41:56 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-05-23 11:41:56 +0200
commit5b1c36dcf152b7d63edfafd9d16cb3ddcd9ed7fd (patch)
treedd241fc58f86ec219550f0f52a85fe7c3aae9adf /constants.php
parent09d421c9a6ecb2d974a70c979abf0c37d6a5d7ed (diff)
Release 1.24.01.24.0
https://github.com/FreshRSS/FreshRSS/discussions/6462
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 b4ae20ed6..9a1fec56c 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.23.2-dev';
+const FRESHRSS_VERSION = '1.24.0';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';