From d44c004bd03fe5fb7db9b541adf2e5fc0fc4ff0b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 15 Jan 2026 17:24:39 +0100 Subject: [PATCH] bump dev version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 37bd6f997..415f10e9d 100644 --- a/boot.php +++ b/boot.php @@ -70,7 +70,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '11.0RC1'); +define('STD_VERSION', '11.1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1265);