diff options
| author | 2023-12-24 11:37:36 +0100 | |
|---|---|---|
| committer | 2023-12-24 11:37:36 +0100 | |
| commit | 941b370fe56bd05a3eb6f3473d7700f58e340fa9 (patch) | |
| tree | 1b83a196ea829c5b17aefebe077a9447129f7a9e /constants.php | |
| parent | a67c11c52d91d5ab0c4ef02774771db55361700d (diff) | |
Start 1.23.1-dev
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php index 838e38e39..824a7a5f4 100644 --- a/constants.php +++ b/constants.php @@ -4,7 +4,7 @@ declare(strict_types=1); //<Not customisable> const FRESHRSS_MIN_PHP_VERSION = '7.4.0'; -const FRESHRSS_VERSION = '1.23.0'; +const FRESHRSS_VERSION = '1.23.1-dev'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/'; |
