diff options
| author | 2018-03-09 11:10:09 +0100 | |
|---|---|---|
| committer | 2018-03-09 11:10:09 +0100 | |
| commit | be47672e009080782e69a8210ae176d06f5f8143 (patch) | |
| tree | 9016e1bc004a1d6ed4a1f1f325a1ed637745af82 | |
| parent | 1e4cc18bef238fd19e0ce3f9524af2b00b570ade (diff) | |
Start FreshRSS 1.10.3-dev
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 501bff9c4..3918b3e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # FreshRSS changelog +## 2018-0X-XX FreshRSS 1.10.3-dev + + + ## 2018-03-09 FreshRSS 1.10.2 (Docker only) * Bug fixing diff --git a/constants.php b/constants.php index 188560eb5..af676247c 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.2'); +define('FRESHRSS_VERSION', '1.10.3-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); |
