diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2023-03-04 13:43:53 +0100 |
---|---|---|
committer | Alexandre Alapetite <alexandre@alapetite.fr> | 2023-03-04 13:43:53 +0100 |
commit | b5969494f910fd655342fe949d336a4b136523f3 (patch) | |
tree | 31f7cb0c5e207a515e074e9926268f6e59435c73 /constants.php | |
parent | 88026e1e751c5e00b9fb5fc8e9f268b196882582 (diff) | |
download | freshrss-b5969494f910fd655342fe949d336a4b136523f3.tar.gz freshrss-b5969494f910fd655342fe949d336a4b136523f3.zip |
Start FreshRSS 1.21.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 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/'); |