diff options
| author | 2023-12-30 17:29:27 +0100 | |
|---|---|---|
| committer | 2023-12-30 17:29:27 +0100 | |
| commit | 9c104ee6bb81b6bf82b45355ef59709ce783488a (patch) | |
| tree | 37c8d96964f84c2e5c487f23cba10e1c69e16ad0 /constants.php | |
| parent | 227233b4efab7618de77eef7dbd06abdbe51cf1e (diff) | |
Prepare next dev version
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 27feabe57..b4ae20ed6 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.1'; +const FRESHRSS_VERSION = '1.23.2-dev'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/'; |
