aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-12-23 11:46:02 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-12-23 11:46:02 +0100
commit2bfa0d9b68c0e5555354822c368a88ab8217ed43 (patch)
tree10f65b17c6720fbb23c49e1d4d36355697750f26
parent81ee365cacc14c5ca84dd71c0521c8b4a46c3475 (diff)
Release FreshRSS 1.25.01.25.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--constants.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8255d764..988ab2873 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
-## 2024-12-XX FreshRSS 1.25.0-dev
+## 2024-12-23 FreshRSS 1.25.0
* Features
* Add support for [regex search (regular expressions)](https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex) [#6706](https://github.com/FreshRSS/FreshRSS/pull/6706), [#6926](https://github.com/FreshRSS/FreshRSS/pull/6926)
diff --git a/constants.php b/constants.php
index c7765cb12..ec180e4e7 100644
--- a/constants.php
+++ b/constants.php
@@ -4,7 +4,7 @@ declare(strict_types=1);
//<Not customisable>
const FRESHRSS_MIN_PHP_VERSION = '8.1.0';
-const FRESHRSS_VERSION = '1.25.0-dev';
+const FRESHRSS_VERSION = '1.25.0';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';