소스 검색

Start 1.16.1-dev

Alexandre Alapetite 6 년 전
부모
커밋
de882dad43
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 
+## 2020-XX-XX FreshRSS 1.16.1-dev
+
+
+
 ## 2020-04-09 FreshRSS 1.16.0
 
 * Features

+ 1 - 1
constants.php

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