diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f105707..dd210a336 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.2] - 2026-04-06 + ### Added - `protbot` gains `--action boost` and `--action gacha` scenarios for non-destructive live-server regression testing of #187 and #175 fixes. `gacha --roll` opts in to actually rolling a paid gacha. diff --git a/main.go b/main.go index 18e80737d..899d073a0 100644 --- a/main.go +++ b/main.go @@ -106,7 +106,7 @@ func main() { } } - logger.Info(fmt.Sprintf("Starting Erupe (9.3.1-%s)", Commit())) + logger.Info(fmt.Sprintf("Starting Erupe (9.3.2-%s)", Commit())) logger.Info(fmt.Sprintf("Client Mode: %s (%d)", config.ClientMode, config.RealClientMode)) if config.Database.Password == "" {