aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-03-09 10:58:43 +0100
committerGravatar GitHub <noreply@github.com> 2018-03-09 10:58:43 +0100
commit029f4107123f6c318584bf9a43da7118c318657f (patch)
tree5dfd5cae38d1da0bc747027b192fed650bda15fd /constants.php
parentf0fd273199682881b805e968ca36df4ccdbfa7a1 (diff)
parent1e4cc18bef238fd19e0ce3f9524af2b00b570ade (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.php2
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/');