summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-09-06 08:33:17 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-09-06 08:33:17 +0200
commit4461784b8a519fe5f77e374be8e79818422933a0 (patch)
tree30b010a16e37f92df93223c8cf184a13e87c61a8
parent3dafb7f995e1c995d21856fa7060ad57de8483fa (diff)
Release 1.24.31.24.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--constants.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cc3fc3e8..664508810 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
-## 2024-09-XX FreshRSS 1.24.3-dev
+## 2024-09-06 FreshRSS 1.24.3
* Bug fixing
* Fix mark-as-read from user query [#6738](https://github.com/FreshRSS/FreshRSS/pull/6738)
diff --git a/constants.php b/constants.php
index 92bef9682..7656bd2d1 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.24.3-dev';
+const FRESHRSS_VERSION = '1.24.3';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';