diff options
| author | 2019-10-31 17:02:34 +0100 | |
|---|---|---|
| committer | 2019-10-31 17:02:34 +0100 | |
| commit | fcae48f313d399050cb15f37a8a73ae52fc67796 (patch) | |
| tree | 6a3f3f74899801abdca00546e213dfdc141c53cf | |
| parent | 4058898de2006cb4ee3b4565bd3e0235b4d0f0d9 (diff) | |
Release version 1.15
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec5581fd..1070566dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2019-1X-XX FreshRSS 1.14.4-dev +## 2019-10-31 FreshRSS 1.15.0 * CLI * Command line to export/import any database to/from SQLite [#2496](https://github.com/FreshRSS/FreshRSS/pull/2496) diff --git a/constants.php b/constants.php index 2ccf91358..1228e5c29 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. //<Not customisable> -define('FRESHRSS_VERSION', '1.14.4-dev'); +define('FRESHRSS_VERSION', '1.15.0'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); |
