diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2025-03-13 22:39:11 +0100 |
---|---|---|
committer | Alexandre Alapetite <alexandre@alapetite.fr> | 2025-03-13 22:39:11 +0100 |
commit | e61f00cb64f6bc23c427b2bc5160050e07178e79 (patch) | |
tree | a4d772677668b70817d3cf001e427b52818d298f | |
parent | 0dc96b021415d71316b693fc295618b4e928e020 (diff) | |
download | freshrss-e61f00cb64f6bc23c427b2bc5160050e07178e79.tar.gz freshrss-e61f00cb64f6bc23c427b2bc5160050e07178e79.zip |
Start FreshRSS 1.26.2
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | constants.php | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b951090..d0dedb30a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). +## 2025-XX-XX FreshRSS 1.26.2-dev + + ## 2025-03-13 FreshRSS 1.26.1 * Features diff --git a/constants.php b/constants.php index d080b24ad..b6292cc1a 100644 --- a/constants.php +++ b/constants.php @@ -6,7 +6,7 @@ declare(strict_types=1); /** @var string */ const FRESHRSS_MIN_PHP_VERSION = '8.1.0'; /** @var string */ -const FRESHRSS_VERSION = '1.26.1'; +const FRESHRSS_VERSION = '1.26.2-dev'; /** @var string */ const FRESHRSS_WEBSITE = 'https://freshrss.org'; /** @var string */ |