aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2026-01-25 19:22:41 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2026-01-25 19:22:41 +0100
commitcc32b2daa5d47a465eaa8d9b5d632610d473aedf (patch)
tree9652c5a17bfb9d98e7c085fe088a8bd0598364f0
parentf65e6b1cf89bcc827e252dbdc806ad85a6b09f61 (diff)
Start 1.28.2-dev
-rw-r--r--CHANGELOG.md3
-rw-r--r--constants.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45de13f86..80fc0d0ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
+## 2026-0X-XX FreshRSS 1.28.2-dev
+
+
## 2026-01-25 FreshRSS 1.28.1
* Features
diff --git a/constants.php b/constants.php
index 3e5c9f753..1d56858a6 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.28.1';
+const FRESHRSS_VERSION = '1.28.2-dev';
/** @var string */
const FRESHRSS_WEBSITE = 'https://freshrss.org';
/** @var string */