diff options
| author | 2017-12-17 20:39:48 +0100 | |
|---|---|---|
| committer | 2017-12-17 20:39:48 +0100 | |
| commit | f890642ae88804e5d2f58d1e8a9f986ed6f3379e (patch) | |
| tree | fd75f3221f351c7291fbd6f1cb093114f83fadfd | |
| parent | 0b1516af91792f86868689392f72ad4b6e32cdcf (diff) | |
Update FreshRSS version to 1.9.0
| -rw-r--r-- | constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php index 2c791c3c5..c18c2d94d 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.8.1-dev'); +define('FRESHRSS_VERSION', '1.9.0'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); |
