Fix DMAPI versions

This commit is contained in:
Jordan Brown
2020-05-27 23:33:51 -04:00
parent a6358d3f05
commit f73175f846
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// tgstation-server DMAPI
#define TGS_DMAPI_VERSION "5.2.1"
#define TGS_DMAPI_VERSION "5.2.2"
// All functions and datums outside this document are subject to change with any version and should not be relied on.
@@ -33,7 +33,7 @@ namespace Tgstation.Server.Host.Components.Interop
/// <summary>
/// The DMAPI <see cref="Version"/> being used.
/// </summary>
public static readonly Version Version = new Version(5, 2, 1);
public static readonly Version Version = new Version(5, 2, 2);
/// <summary>
/// <see cref="JsonSerializerSettings"/> for use when communicating with the DMAPI.