From 6d7b5bf99708a8559d098528aef91650e1294462 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 23 May 2024 12:00:43 +0200 Subject: Start 1.24.1-dev --- CHANGELOG.md | 3 +++ constants.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf38770e0..4013dfda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # FreshRSS changelog +## 2024-XX-XX FreshRSS 1.24.1-dev + + ## 2024-05-23 FreshRSS 1.24.0 * Features diff --git a/constants.php b/constants.php index 9a1fec56c..088512d59 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.0'; +const FRESHRSS_VERSION = '1.24.1-dev'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/'; -- cgit v1.2.3