소스 검색

Prepare next version 1.12.1-dev

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

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 
+## 2018-1X-XX FreshRSS 1.12.1-dev
+
+
+
 ## 2018-10-28 FreshRSS 1.12.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.12.0');
+define('FRESHRSS_VERSION', '1.12.1-dev');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');