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

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 
+
+## 2022-0X-XX FreshRSS 1.19.1-dev
+
+
 ## 2021-12-31 FreshRSS 1.19.0
 
 * Features

+ 1 - 1
constants.php

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