From bcbd7f4f6d5ae48ddfe49d371c771d29e6f7566c Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 24 Nov 2025 07:53:41 +0000 Subject: [PATCH] bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 993b022ae..626f4cbe6 100644 --- a/boot.php +++ b/boot.php @@ -70,7 +70,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '10.7.5'); +define('STD_VERSION', '10.7.6'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1264);