4
0
Alexandre Alapetite 4 жил өмнө
parent
commit
60d96652dd
2 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 # FreshRSS changelog
 
 
+## 2022-0X-XX FreshRSS 1.20.0-dev
+
+
 ## 2022-02-04 FreshRSS 1.19.2
 ## 2022-02-04 FreshRSS 1.19.2
 
 
 * Bug fixing
 * Bug fixing

+ 1 - 1
constants.php

@@ -3,7 +3,7 @@
 
 
 //<Not customisable>
 //<Not customisable>
 define('FRESHRSS_MIN_PHP_VERSION', '7.0.0');
 define('FRESHRSS_MIN_PHP_VERSION', '7.0.0');
-define('FRESHRSS_VERSION', '1.19.2');
+define('FRESHRSS_VERSION', '1.20.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/');