diff options
| author | 2024-05-23 11:41:56 +0200 | |
|---|---|---|
| committer | 2024-05-23 11:41:56 +0200 | |
| commit | 5b1c36dcf152b7d63edfafd9d16cb3ddcd9ed7fd (patch) | |
| tree | dd241fc58f86ec219550f0f52a85fe7c3aae9adf /constants.php | |
| parent | 09d421c9a6ecb2d974a70c979abf0c37d6a5d7ed (diff) | |
Release 1.24.01.24.0
https://github.com/FreshRSS/FreshRSS/discussions/6462
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 b4ae20ed6..9a1fec56c 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.2-dev'; +const FRESHRSS_VERSION = '1.24.0'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/'; |
