diff options
| author | 2018-03-09 10:58:43 +0100 | |
|---|---|---|
| committer | 2018-03-09 10:58:43 +0100 | |
| commit | 029f4107123f6c318584bf9a43da7118c318657f (patch) | |
| tree | 5dfd5cae38d1da0bc747027b192fed650bda15fd /constants.php | |
| parent | f0fd273199682881b805e968ca36df4ccdbfa7a1 (diff) | |
| parent | 1e4cc18bef238fd19e0ce3f9524af2b00b570ade (diff) | |
Merge pull request #1827 from FreshRSS/dev1.10.2
FreshRSS 1.10.2 (only a Docker fix)
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php index e0a271ee8..188560eb5 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.10.1'); +define('FRESHRSS_VERSION', '1.10.2'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); |
