Start 1.24.2-dev

This commit is contained in:
Alexandre Alapetite
2024-06-05 17:37:48 +02:00
parent 9b2bb50e41
commit e17c2c4479
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# FreshRSS changelog
## 2024-XX-XX FreshRSS 1.24.2-dev
## 2024-06-05 FreshRSS 1.24.1
* Features

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
//<Not customisable>
const FRESHRSS_MIN_PHP_VERSION = '7.4.0';
const FRESHRSS_VERSION = '1.24.1';
const FRESHRSS_VERSION = '1.24.2-dev';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';