Alexandre Alapetite 6 anni fa
parent
commit
0cc2c4628c
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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.1-dev
+
+
+
 ## 2019-10-31 FreshRSS 1.15.0
 
 * CLI

+ 1 - 1
constants.php

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