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

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 
+## 202X-XX-XX FreshRSS 1.21.0-dev
+
+
 ## 2022-11-14 FreshRSS 1.20.1
 
 * Features

+ 1 - 1
constants.php

@@ -3,7 +3,7 @@
 
 //<Not customisable>
 define('FRESHRSS_MIN_PHP_VERSION', '7.0.0');
-define('FRESHRSS_VERSION', '1.20.1');
+define('FRESHRSS_VERSION', '1.21.0-dev');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');