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

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 
+## 2018-XX-XX FreshRSS 1.11.3
+
+
+
 ## 2018-09-09 FreshRSS 1.11.2
 
 * Features

+ 1 - 1
constants.php

@@ -2,7 +2,7 @@
 //NB: Do not edit; use ./constants.local.php instead.
 
 //<Not customisable>
-define('FRESHRSS_VERSION', '1.11.2');
+define('FRESHRSS_VERSION', '1.11.3-dev');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');