From da13a4b663580a13376f5d15a136c9fb5380d979 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 6 Sep 2024 08:49:40 +0200 Subject: Start 1.25.0-dev --- CHANGELOG.md | 2 ++ constants.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664508810..0f36caba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). +## 2024-XX-XX FreshRSS 1.25.0-dev + ## 2024-09-06 FreshRSS 1.24.3 diff --git a/constants.php b/constants.php index 7656bd2d1..bf52b8daf 100644 --- a/constants.php +++ b/constants.php @@ -4,7 +4,7 @@ declare(strict_types=1); // const FRESHRSS_MIN_PHP_VERSION = '7.4.0'; -const FRESHRSS_VERSION = '1.24.3'; +const FRESHRSS_VERSION = '1.25.0-dev'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/'; -- cgit v1.2.3