diff --git a/config.json b/config.json index 8d34319c1..890a285a9 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,7 @@ "DisableSoftCrash": false, "FeaturedWeapons": 1, "HideLoginNotice": true, - "LoginNotice": "
Welcome to Erupe SU9.1!
Erupe is experimental software, we are not liable for any
issues caused by installing the software!

■Report bugs on Discord!

■Test everything!

■Don't talk to softlocking NPCs!

■Fork the code on GitHub!

Thank you to all of the contributors,

this wouldn't exist without you.", + "LoginNotice": "
Welcome to Erupe SU9.2b!
Erupe is experimental software, we are not liable for any
issues caused by installing the software!

■Report bugs on Discord!

■Test everything!

■Don't talk to softlocking NPCs!

■Fork the code on GitHub!

Thank you to all of the contributors,

this wouldn't exist without you.", "PatchServerManifest": "", "PatchServerFile": "", "ScreenshotAPIURL": "", diff --git a/main.go b/main.go index 1ccc9c7be..d347f9859 100644 --- a/main.go +++ b/main.go @@ -36,7 +36,7 @@ func main() { defer zapLogger.Sync() logger := zapLogger.Named("main") - logger.Info("Starting Erupe (9.1)") + logger.Info("Starting Erupe (9.2b)") if config.ErupeConfig.Database.Password == "" { preventClose("Database password is blank")