summaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-12-30 17:17:00 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-12-30 17:17:00 +0100
commit227233b4efab7618de77eef7dbd06abdbe51cf1e (patch)
treeee8eb8811b171adcec9dc5e28ef6c7d0dd71c6e0 /constants.php
parent6a43d06566ac4ed12061780f0605ffa73158190f (diff)
Release 1.23.11.23.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 824a7a5f4..27feabe57 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.1-dev';
+const FRESHRSS_VERSION = '1.23.1';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';