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

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
 
-## 2026-05-2X FreshRSS 1.29.1-dev
+## 2026-05-20 FreshRSS 1.29.1
 
 * Features
 	* Accept `.txt` import of feed URLs in additional to e.g. OPML [#8818](https://github.com/FreshRSS/FreshRSS/pull/8818), [#8837](https://github.com/FreshRSS/FreshRSS/pull/8837)

+ 1 - 1
constants.php

@@ -6,7 +6,7 @@ declare(strict_types=1);
 /** @var string */
 const FRESHRSS_MIN_PHP_VERSION = '8.1.0';
 /** @var string */
-const FRESHRSS_VERSION = '1.29.1-dev';
+const FRESHRSS_VERSION = '1.29.1';
 /** @var string */
 const FRESHRSS_WEBSITE = 'https://freshrss.org';
 /** @var string */