Alexandre Alapetite 1 год назад
Родитель
Сommit
4461784b8a
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -3,7 +3,7 @@
 See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
 
 
-## 2024-09-XX FreshRSS 1.24.3-dev
+## 2024-09-06 FreshRSS 1.24.3
 
 * Bug fixing
 	* Fix mark-as-read from user query [#6738](https://github.com/FreshRSS/FreshRSS/pull/6738)

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