From 19f48ce98e2e0f6cfef779dc7cfccabba3125a0e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 12 Sep 2018 16:07:37 +0200 Subject: Towards version 1.11.3 --- CHANGELOG.md | 4 ++++ constants.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171943c2c..f10bae833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # FreshRSS changelog +## 2018-XX-XX FreshRSS 1.11.3 + + + ## 2018-09-09 FreshRSS 1.11.2 * Features diff --git a/constants.php b/constants.php index 2bd64708f..ddce51c53 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_VERSION', '1.11.2'); +define('FRESHRSS_VERSION', '1.11.3-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3