summaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-06-05 17:30:42 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-06-05 17:30:42 +0200
commit9b2bb50e410607fc67ecafbdaf85ffc4830723e2 (patch)
tree3f1ba58e7fd6308b1750c344651d07fc0f778591 /constants.php
parent7d110c23a9366feef5e152cc6563c8ed058d6376 (diff)
Release 1.24.11.24.1
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 088512d59..83206a3a8 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.1-dev';
+const FRESHRSS_VERSION = '1.24.1';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';