From 23138b2d5b484bf5228c7b2d9c64829247a82144 Mon Sep 17 00:00:00 2001 From: wish Date: Tue, 11 Apr 2023 21:08:00 +1000 Subject: [PATCH] update versioning --- config.json | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 03dca44e5..5571a2890 100644 --- a/config.json +++ b/config.json @@ -5,7 +5,7 @@ "DisableSoftCrash": false, "HideLoginNotice": true, "LoginNotices": [ - "
Welcome to Erupe SU9.2!
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." + "
Welcome to Erupe SU9.3!
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": "", diff --git a/main.go b/main.go index a93d532fa..0f104eccf 100644 --- a/main.go +++ b/main.go @@ -54,7 +54,7 @@ func main() { defer zapLogger.Sync() logger := zapLogger.Named("main") - logger.Info(fmt.Sprintf("Starting Erupe (9.2-%s)", Commit())) + logger.Info(fmt.Sprintf("Starting Erupe (9.3b-%s)", Commit())) if config.ErupeConfig.Database.Password == "" { preventClose("Database password is blank")