فهرست منبع

Start version 1.14.1-dev

Alexandre Alapetite 7 سال پیش
والد
کامیت
21dfbd0910
2فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 4 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 
+## 2019-0X-XX FreshRSS 1.14.1-dev
+
+
+
 ## 2019-03-31 FreshRSS 1.14.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.14.0');
+define('FRESHRSS_VERSION', '1.14.1-dev');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');