diff --git a/config.json b/config.json
index 69b54862f..813247570 100644
--- a/config.json
+++ b/config.json
@@ -10,7 +10,7 @@
"AutoCreateAccount": true,
"EnableLauncherServer": false,
"HideLoginNotice": false,
- "LoginNotice": "
Welcome to Erupe SU9.1 Beta!
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.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.",
"CleanDB": false,
"MaxLauncherHR": false,
"LogInboundMessages": false,
diff --git a/main.go b/main.go
index dcb3a14b4..5fdf11d9a 100644
--- a/main.go
+++ b/main.go
@@ -35,7 +35,7 @@ func main() {
defer zapLogger.Sync()
logger := zapLogger.Named("main")
- logger.Info("Starting Erupe (9.1b)")
+ logger.Info("Starting Erupe (9.1)")
if config.ErupeConfig.Database.Password == "" {
preventClose("Database password is blank")