aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-30 20:03:15 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-30 20:03:15 +0100
commitd50bb386e7bc9ee9595338119edc4951d10c526a (patch)
tree056cf655d96892a0a27f12b1aa88cd4e5b5330b4
parentcc2878aed855463efe36cf6fb96d001dbb75612e (diff)
Start next version 1.22.2-dev
-rw-r--r--CHANGELOG.md3
-rw-r--r--constants.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8a37da20..a43dce5c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# FreshRSS changelog
+## 202X-XX-XX FreshRSS 1.22.2-dev
+
+
## 2023-12-30 FreshRSS 1.22.1
* Bug fixing
diff --git a/constants.php b/constants.php
index c0d57cc1a..3c8f38607 100644
--- a/constants.php
+++ b/constants.php
@@ -3,7 +3,7 @@
//<Not customisable>
const FRESHRSS_MIN_PHP_VERSION = '7.2.0';
-const FRESHRSS_VERSION = '1.22.1';
+const FRESHRSS_VERSION = '1.22.2-dev';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';