From 54c73190753dfd7be985e00312c5d34c76876d79 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 14 Mar 2026 10:33:06 +0000 Subject: [PATCH] fix version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 420637125..6a770a59f 100644 --- a/boot.php +++ b/boot.php @@ -70,7 +70,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '11.3'); +define('STD_VERSION', '11.2RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1265);