chore: update version string from 9.3b to 9.3.0

This commit is contained in:
Houmgaor
2026-03-10 11:44:52 +01:00
parent 2365b63e9c
commit c3d089cca1

View File

@@ -106,7 +106,7 @@ func main() {
}
}
logger.Info(fmt.Sprintf("Starting Erupe (9.3b-%s)", Commit()))
logger.Info(fmt.Sprintf("Starting Erupe (9.3.0-%s)", Commit()))
logger.Info(fmt.Sprintf("Client Mode: %s (%d)", config.ClientMode, config.RealClientMode))
if config.Database.Password == "" {