Browse Source

Start 1.19.2-dev

Alexandre Alapetite 4 years ago
parent
commit
0988b0c2be
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
 
+## 2022-0X-XX FreshRSS 1.19.2-dev
+
+
 ## 2022-01-02 FreshRSS 1.19.1
 
 * Bug fixing

+ 1 - 1
constants.php

@@ -3,7 +3,7 @@
 
 //<Not customisable>
 define('FRESHRSS_MIN_PHP_VERSION', '7.0.0');
-define('FRESHRSS_VERSION', '1.19.1');
+define('FRESHRSS_VERSION', '1.19.2-dev');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');