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

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 
+## 2021-XX-XX FreshRSS 1.18.2-dev
+
+
+
 ## 2021-06-06 FreshRSS 1.18.1
 
 * Features

+ 1 - 1
constants.php

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