Merge pull request #1391 from tgstation/FixAnother4 [TGSDeploy]

Remove another tgstation-server 4 reference
This commit is contained in:
Jordan Dominion
2022-09-26 17:55:54 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<!-- Integration tests will ensure they match across the board -->
<Import Project="ControlPanelVersion.props" />
<PropertyGroup>
<TgsCoreVersion>5.0.3</TgsCoreVersion>
<TgsCoreVersion>5.0.4</TgsCoreVersion>
<TgsConfigVersion>4.2.0</TgsConfigVersion>
<TgsApiVersion>9.6.0</TgsApiVersion>
<TgsApiLibraryVersion>9.6.1</TgsApiLibraryVersion>
@@ -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);