From 890405b2a0acf2413f2ca665a02c3ad8d33a4d3e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 31 Dec 2021 12:49:43 +0100 Subject: Release FreshRSS 1.19.0 https://github.com/FreshRSS/FreshRSS/issues/4093 --- CHANGELOG.md | 2 +- constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cabcdf98..095a897f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2021-12-XX FreshRSS 1.19.0-dev +## 2021-12-31 FreshRSS 1.19.0 * Features * New thumbnail and/or summary options for the normal view [#3805](https://github.com/FreshRSS/FreshRSS/pull/3805) diff --git a/constants.php b/constants.php index d4435570a..752d989d3 100644 --- a/constants.php +++ b/constants.php @@ -3,7 +3,7 @@ // define('FRESHRSS_MIN_PHP_VERSION', '7.0.0'); -define('FRESHRSS_VERSION', '1.19.0-dev'); +define('FRESHRSS_VERSION', '1.19.0'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3