From a12a5dbeffebecdf6c65873d479b1fe747d6accf Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 29 May 2020 10:39:39 -0400 Subject: [PATCH] Fix a typo in an error code --- build/Version.props | 4 ++-- src/Tgstation.Server.Api/Models/ErrorCode.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Version.props b/build/Version.props index c032b61ed9..264b6860ac 100644 --- a/build/Version.props +++ b/build/Version.props @@ -3,8 +3,8 @@ 4.3.1 - 6.5.0 - 7.1.0 + 6.5.1 + 7.1.1 5.2.2 0.4.0 1.1.0 diff --git a/src/Tgstation.Server.Api/Models/ErrorCode.cs b/src/Tgstation.Server.Api/Models/ErrorCode.cs index 1f8141301d..c62e41d04a 100644 --- a/src/Tgstation.Server.Api/Models/ErrorCode.cs +++ b/src/Tgstation.Server.Api/Models/ErrorCode.cs @@ -325,7 +325,7 @@ namespace Tgstation.Server.Api.Models /// /// The DMAPI never validated itself /// - [Description("DreamDaemon exited without validating the DMAPI@")] + [Description("DreamDaemon exited without validating the DMAPI!")] DreamMakerNeverValidated, ///