Browse Source

Start 1.13.2-dev

Alexandre Alapetite 7 years ago
parent
commit
4872442c62
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
 
 
+## 2019-0X-XX FreshRSS 1.13.2-dev
+
+
 ## 2019-01-26 FreshRSS 1.13.1
 ## 2019-01-26 FreshRSS 1.13.1
 
 
 * Features
 * Features

+ 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.1');
+define('FRESHRSS_VERSION', '1.13.2-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/');