Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed Jul 12, 2015
1 parent f63e2fe commit cbf1628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Settings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit cbf1628

Please sign in to comment.