diff options
| author | 2024-09-06 08:49:40 +0200 | |
|---|---|---|
| committer | 2024-09-06 08:49:40 +0200 | |
| commit | da13a4b663580a13376f5d15a136c9fb5380d979 (patch) | |
| tree | 1a0217f8c1058aeea3b71c9897cde911663e3f5f | |
| parent | 671f9102972c15e9250a837a86e0a33e03c86f60 (diff) | |
Start 1.25.0-dev
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 3 insertions, 1 deletions
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); //<Not customisable> 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/'; |
