From 8da6e6a096c7cb5ab8aa7c4b30d69c4876810a84 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 20 Jul 2023 19:20:56 +0000 Subject: move trigger out of the loop for better performance and some var -> let --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 0013ef7c7..82da0faaa 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.7'); +define('STD_VERSION', '8.7.1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); -- cgit v1.2.3