Browse Source

Start next version 1.16.2-dev

Alexandre Alapetite 5 years ago
parent
commit
5910009c21
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
 
+## 2020-XX-XX FreshRSS 1.16.2-dev
+
+
+
 ## 2020-05-30 FreshRSS 1.16.1
 
 * Features

+ 1 - 1
constants.php

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