From b53cacd54c4ad15cb6dd1780cf8801b51d5f1f0b Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 26 Nov 2025 07:38:46 +0000 Subject: [PATCH] bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 3bc67bfb1..27a73ed92 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.7'); +define('STD_VERSION', '10.7.8'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1264);