diff options
| author | 2023-03-04 13:43:53 +0100 | |
|---|---|---|
| committer | 2023-03-04 13:43:53 +0100 | |
| commit | b5969494f910fd655342fe949d336a4b136523f3 (patch) | |
| tree | 31f7cb0c5e207a515e074e9926268f6e59435c73 | |
| parent | 88026e1e751c5e00b9fb5fc8e9f268b196882582 (diff) | |
Start FreshRSS 1.21.1-dev
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | constants.php | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5916d1299..8b1a71fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # FreshRSS changelog +## 2023-XX-XX FreshRSS 1.21.1-dev + + ## 2023-03-04 FreshRSS 1.21.0 * Features diff --git a/constants.php b/constants.php index 396e39785..a8ac6e5ac 100644 --- a/constants.php +++ b/constants.php @@ -3,7 +3,7 @@ //<Not customisable> define('FRESHRSS_MIN_PHP_VERSION', '7.2.0'); -define('FRESHRSS_VERSION', '1.21.0'); +define('FRESHRSS_VERSION', '1.21.1-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); |
