From a18508fd1adb96523f793e4efbc95f5210dc3ab6 Mon Sep 17 00:00:00 2001 From: Banana Date: Tue, 6 Jan 2026 10:15:09 +0100 Subject: [PATCH] version reset Signed-off-by: Banana --- CHANGELOG | 2 ++ VERSION | 2 +- webclient/index.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4ff6bf9..3caf258 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +x.x.x - Terraniux Underground + 1.8.1 - Harobed Village 2026-01-06 * Config Update: See upgrade/from-version-1.8.md * DB Update (non breaking): See upgrade/from-version-1.8.md diff --git a/VERSION b/VERSION index 5992a38..5d2faf4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 - Harobed Village +x.x.x - Terraniux Underground diff --git a/webclient/index.php b/webclient/index.php index 53a92fd..5b73d3f 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -20,7 +20,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.8.1 - Harobed Village'; +const BIB_VERSION = 'x.x.x - Terraniux Underground'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8'); -- 2.39.5