Bläddra i källkod

Next release will not be minor
We already know it will be more than 1.18.2 and therefore 1.19.0 instead

Alexandre Alapetite 4 år sedan
förälder
incheckning
e02d1cd311
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # FreshRSS changelog
 # FreshRSS changelog
 
 
-## 2021-XX-XX FreshRSS 1.18.2-dev
+## 2021-XX-XX FreshRSS 1.19.0-dev
 
 
 
 
 
 

+ 1 - 1
constants.php

@@ -3,7 +3,7 @@
 
 
 //<Not customisable>
 //<Not customisable>
 define('FRESHRSS_MIN_PHP_VERSION', '5.6.0');
 define('FRESHRSS_MIN_PHP_VERSION', '5.6.0');
-define('FRESHRSS_VERSION', '1.18.2-dev');
+define('FRESHRSS_VERSION', '1.19.0-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/');