summaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-12-24 11:22:44 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-12-24 11:22:44 +0100
commita67c11c52d91d5ab0c4ef02774771db55361700d (patch)
tree2baccad841f38efe18c5913d6cc0f86dd581e660 /constants.php
parentad990a21a136a28230ea87dd444eff5790af13fd (diff)
Release 1.23.01.23.0
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 5c5cedd6a..838e38e39 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.22.2-dev';
+const FRESHRSS_VERSION = '1.23.0';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';