瀏覽代碼

Start next dev version 1.10.1

Alexandre Alapetite 8 年之前
父節點
當前提交
1a3418da74
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 
+## 2018-0X-XX FreshRSS 1.10.1-dev
+
+
 ## 2018-02-24 FreshRSS 1.10.0
 
 * API

+ 1 - 1
constants.php

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