diff --git a/Server/Settings/Settings.cs b/Server/Settings/Settings.cs index 914b26e3..2d8c4c41 100644 --- a/Server/Settings/Settings.cs +++ b/Server/Settings/Settings.cs @@ -7,7 +7,7 @@ namespace xServer.Settings { public static class XMLSettings { - public const string VERSION = "RELEASE4"; + public const string VERSION = "RELEASE4.1"; public static ushort ListenPort { get; set; } public static bool ShowToU { get; set; } public static bool AutoListen { get; set; }