diff --git a/Source/Shared/Misc/CommonValues.cs b/Source/Shared/Misc/CommonValues.cs index b0c4e9c3..3e459b28 100644 --- a/Source/Shared/Misc/CommonValues.cs +++ b/Source/Shared/Misc/CommonValues.cs @@ -2,11 +2,7 @@ namespace Shared { public static class CommonValues { - public readonly static string executableVersion = "dev"; - - public readonly static string clientAssemblyName = "GameClient"; - - public readonly static string serverAssemblyName = "GameServer"; + public readonly static string executableVersion = "24.11.2.1"; public static readonly string defaultParserMethodName = "ParsePacket";