瀏覽代碼

Prepare next dev version

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

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

+ 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.23.1';
+const FRESHRSS_VERSION = '1.23.2-dev';
 const FRESHRSS_WEBSITE = 'https://freshrss.org';
 const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';