From e02d1cd311cedd2a09e5fdf0db94ae2eb20efccc Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 7 Jun 2021 17:44:23 +0200 Subject: Next release will not be minor We already know it will be more than 1.18.2 and therefore 1.19.0 instead --- CHANGELOG.md | 2 +- constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2700ca1f9..a922b5aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2021-XX-XX FreshRSS 1.18.2-dev +## 2021-XX-XX FreshRSS 1.19.0-dev diff --git a/constants.php b/constants.php index 4b947eab6..5db249ecc 100644 --- a/constants.php +++ b/constants.php @@ -3,7 +3,7 @@ // 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_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3