mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-06 14:24:15 +02:00
chore(release): 9.3.2
This commit is contained in:
@@ -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.
|
||||
|
||||
2
main.go
2
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 == "" {
|
||||
|
||||
Reference in New Issue
Block a user