From 69acee497d4b1b0ce0eb41790862ef7193be963a Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 7 Nov 2025 19:57:49 +0000 Subject: [PATCH] bump dev version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index acc9b1a51..bb9bd6ae7 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.2'); +define('STD_VERSION', '10.7.3'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1264);