aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-08-18 18:06:30 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-08-18 18:06:30 +0200
commit339dcb1ea324e19aacfd7be02f75133a70a43d7c (patch)
treeee2bdc101fdaed8db323462c0f64b90260c9ab3c /constants.php
parent66e2f00223b915c337291c0f34876d6390fb1c80 (diff)
Start 1.27.1-dev
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php
index 74a12e72f..38717a610 100644
--- a/constants.php
+++ b/constants.php
@@ -6,7 +6,7 @@ declare(strict_types=1);
/** @var string */
const FRESHRSS_MIN_PHP_VERSION = '8.1.0';
/** @var string */
-const FRESHRSS_VERSION = '1.27.0';
+const FRESHRSS_VERSION = '1.27.1-dev';
/** @var string */
const FRESHRSS_WEBSITE = 'https://freshrss.org';
/** @var string */