From 3803fd431b9253667cad6b2f1d6eb42585f98449 Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Mon, 23 Mar 2026 10:13:00 +0100 Subject: [PATCH] chore(release): prepare 9.3.1 --- CHANGELOG.md | 2 ++ main.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 147288881..3b2fbae63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.3.1] - 2026-03-23 + ### Added - `DisableSaveIntegrityCheck` config flag: when `true`, the SHA-256 savedata integrity check is skipped on load. Intended for cross-server save transfers where the stored hash in the database does not match the imported save blob. Defaults to `false`. Affected characters can alternatively be unblocked per-character with `UPDATE characters SET savedata_hash = NULL WHERE id = `. diff --git a/main.go b/main.go index 0aee2a227..18e80737d 100644 --- a/main.go +++ b/main.go @@ -106,7 +106,7 @@ func main() { } } - logger.Info(fmt.Sprintf("Starting Erupe (9.3.0-%s)", Commit())) + logger.Info(fmt.Sprintf("Starting Erupe (9.3.1-%s)", Commit())) logger.Info(fmt.Sprintf("Client Mode: %s (%d)", config.ClientMode, config.RealClientMode)) if config.Database.Password == "" {