Преглед изворни кода

Start next version 1.14.3-dev

Alexandre Alapetite пре 7 година
родитељ
комит
1d933dfe13
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.3-dev
+
+
+
 ## 2019-04-08 FreshRSS 1.14.2
 
 * Bug fixing (regressions introduced in 1.14.X)

+ 1 - 1
constants.php

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