Jelajahi Sumber

Start 1.19.1-dev

Alexandre Alapetite 4 tahun lalu
induk
melakukan
afb3035bc6
2 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 4 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # FreshRSS changelog
 # FreshRSS changelog
 
 
+
+## 2022-0X-XX FreshRSS 1.19.1-dev
+
+
 ## 2021-12-31 FreshRSS 1.19.0
 ## 2021-12-31 FreshRSS 1.19.0
 
 
 * Features
 * Features

+ 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.0');
+define('FRESHRSS_VERSION', '1.19.1-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/');