Browse Source

Start FreshRSS 1.11.1-dev

Alexandre Alapetite 7 years ago
parent
commit
f7a4499a06
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 # FreshRSS changelog
 
 
+## 2018-0X-XX FreshRSS 1.11.1-dev
+
+
 ## 2018-06-03 FreshRSS 1.11.0
 ## 2018-06-03 FreshRSS 1.11.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.11.0');
+define('FRESHRSS_VERSION', '1.11.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/');