Selaa lähdekoodia

Start FreshRSS 1.24.3-dev

Alexandre Alapetite 1 vuosi sitten
vanhempi
commit
b6f208f518
2 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 4 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 1
CHANGELOG.md

@@ -1,6 +1,9 @@
 # FreshRSS changelog
 
-## 2024-08-23 FreshRSS 1.24.2-dev
+## 2024-XX-XX FreshRSS 1.24.3-dev
+
+
+## 2024-08-23 FreshRSS 1.24.2
 
 * Features
 	* New global option to automatically add articles to favourites [#6648](https://github.com/FreshRSS/FreshRSS/pull/6648)

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