ソースを参照

Start version 1.11.2-dev

Alexandre Alapetite 7 年 前
コミット
b5300e2ed5
2 ファイル変更4 行追加1 行削除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 
+## 2018-XX-XX FreshRSS 1.11.2-dev
+
+
 ## 2018-06-16 FreshRSS 1.11.1
 
 * 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.1');
+define('FRESHRSS_VERSION', '1.11.2-dev');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');