From 375b3f3f67dfdbb80a4fe0be4663c48c6462d923 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 1 Oct 2025 08:55:42 +0000 Subject: [PATCH] bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index e7f286e83..31b5e374e 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.7'); +define('STD_VERSION', '10.5.8'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263);