From c417ad10d0fd7afcf8aeb55d8ac048a53e1d7edf Mon Sep 17 00:00:00 2001 From: Byte-Nova <159603018+Byte-Nova@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:38:54 +0100 Subject: [PATCH] Update CommonValues.cs --- Source/Shared/Misc/CommonValues.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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";