Browse Source

Start 1.15.4-dev

Alexandre Alapetite 6 years ago
parent
commit
03208771f7
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 
+## 20XX-XX-XX FreshRSS 1.15.4-dev
+
+
+
 ## 2019-11-22 FreshRSS 1.15.3
 
 * Bug fixing (regressions from 1.15.x)

+ 1 - 1
constants.php

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