From 37b9919905d22618a3582368206f07672a167cb9 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 7 Aug 2025 22:53:26 +0000 Subject: [PATCH] bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 8e4793bb5..bccc49df7 100644 --- a/boot.php +++ b/boot.php @@ -70,7 +70,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '10.5.5'); +define('STD_VERSION', '10.5.6'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263);