From 941b370fe56bd05a3eb6f3473d7700f58e340fa9 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 24 Dec 2023 11:37:36 +0100 Subject: Start 1.23.1-dev --- CHANGELOG.md | 3 +++ constants.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46a92814..9e991918a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # FreshRSS changelog +## 2023-12-24 FreshRSS 1.23.1-dev + + ## 2023-12-24 FreshRSS 1.23.0 * Features diff --git a/constants.php b/constants.php index 838e38e39..824a7a5f4 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.23.0'; +const FRESHRSS_VERSION = '1.23.1-dev'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/'; -- cgit v1.2.3