Explorar o código

Start FreshRSS 1.21.0-dev

Alexandre Alapetite %!s(int64=3) %!d(string=hai) anos
pai
achega
37cc854d12
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 
+## 202X-XX-XX FreshRSS 1.21.0-dev
+
+
 ## 2022-11-14 FreshRSS 1.20.1
 
 * Features

+ 1 - 1
constants.php

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