Quellcode durchsuchen

Start 1.23.1-dev

Alexandre Alapetite vor 2 Jahren
Ursprung
Commit
941b370fe5
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 
+## 2023-12-24 FreshRSS 1.23.1-dev
+
+
 ## 2023-12-24 FreshRSS 1.23.0
 
 * Features

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