瀏覽代碼

Start 1.25.0-dev

Alexandre Alapetite 1 年之前
父節點
當前提交
da13a4b663
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 2 - 0
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
 

+ 1 - 1
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/';