From be778c6bc2d8075e5a923153183b47507a2a71e3 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 3 Jun 2018 13:29:01 +0200 Subject: Release FreshRSS 1.11.0 https://github.com/FreshRSS/FreshRSS/pull/1902 --- CHANGELOG.md | 2 +- constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39bf723d5..ec30f7470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2018-06-0X FreshRSS 1.10.3-dev +## 2018-06-03 FreshRSS 1.11.0 * API * Add support for Fever compatible API, enabling more clients [#1406](https://github.com/FreshRSS/FreshRSS/pull/1406) diff --git a/constants.php b/constants.php index af676247c..29ee59181 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_VERSION', '1.10.3-dev'); +define('FRESHRSS_VERSION', '1.11.0'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3