Explorar el Código

Start 1.13.1-dev

Alexandre Alapetite hace 7 años
padre
commit
06ea2626e8
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 # FreshRSS changelog
 
 
+## 2019-0X-XX FreshRSS 1.13.1-dev
+
+
 ## 2018-12-22 FreshRSS 1.13.0
 ## 2018-12-22 FreshRSS 1.13.0
 
 
 * API
 * API

+ 1 - 1
constants.php

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