From 8d8a7f44e193f48ee3e2ea39ead128fae53ff4fd Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 1 Feb 2025 12:36:54 +0100 Subject: [PATCH] bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 3c7ec2c6d..1bdc7c57b 100644 --- a/boot.php +++ b/boot.php @@ -66,7 +66,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '10.1.13'); +define('STD_VERSION', '10.1.14'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263);