From de6506eb57d592717212fb1a0199c687761b2eed Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 12 Dec 2025 11:53:31 +0000 Subject: [PATCH] bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index a503d68f2..34de6ea88 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.12'); +define('STD_VERSION', '10.7.13'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1264);