diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f387f114..8a21ee12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # FreshRSS changelog +## 2024-XX-XX FreshRSS 1.23.2-dev + + ## 2023-12-30 FreshRSS 1.23.1 * Bug fixing diff --git a/constants.php b/constants.php index 27feabe57..b4ae20ed6 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.1'; +const FRESHRSS_VERSION = '1.23.2-dev'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';