diff options
| author | 2020-04-09 14:03:12 +0200 | |
|---|---|---|
| committer | 2020-04-09 14:03:12 +0200 | |
| commit | de882dad4348ea410d7857ab079161f1085d4c59 (patch) | |
| tree | 67e91ec6027e29570dd893233b1b4bfd4ae6b40c | |
| parent | 18212660350b78e882daa439edfb4419813f0e71 (diff) | |
Start 1.16.1-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 b73b47ac3..c5cce8c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # FreshRSS changelog +## 2020-XX-XX FreshRSS 1.16.1-dev + + + ## 2020-04-09 FreshRSS 1.16.0 * Features diff --git a/constants.php b/constants.php index 51cab80ba..23a32283a 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.16.0'); +define('FRESHRSS_VERSION', '1.16.1-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); |
