From b8a5ebe0f78f35119ef8f0345d73b2821906a5ec Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 4 Nov 2025 09:24:43 +0000 Subject: [PATCH] version 10.6 --- CHANGELOG | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 683757ae7..8f75bf440 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Hubzilla 10.6 (2025-??-??) +Hubzilla 10.6 (2025-11-04) Features - Improved background fetching of replies collection - Refactor ASCache and implement ASCache::isCacheable() diff --git a/boot.php b/boot.php index 220edf71a..413129696 100644 --- a/boot.php +++ b/boot.php @@ -70,7 +70,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '10.6RC2'); +define('STD_VERSION', '10.6'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1264);