diff --git a/build/Version.props b/build/Version.props index dbfecc172b..a53842da56 100644 --- a/build/Version.props +++ b/build/Version.props @@ -3,7 +3,7 @@ - 5.0.3 + 5.0.4 4.2.0 9.6.0 9.6.1 diff --git a/src/Tgstation.Server.Host/Setup/SetupWizard.cs b/src/Tgstation.Server.Host/Setup/SetupWizard.cs index ba1cc7e604..f07f33d4be 100644 --- a/src/Tgstation.Server.Host/Setup/SetupWizard.cs +++ b/src/Tgstation.Server.Host/Setup/SetupWizard.cs @@ -975,7 +975,7 @@ namespace Tgstation.Server.Host.Setup async Task RunWizard(string userConfigFileName, CancellationToken cancellationToken) { // welcome message - await console.WriteAsync("Welcome to tgstation-server 4!", true, cancellationToken); + await console.WriteAsync("Welcome to tgstation-server!", true, cancellationToken); await console.WriteAsync("This wizard will help you configure your server.", true, cancellationToken); var hostingPort = await PromptForHostingPort(cancellationToken);