This commit is contained in:
2018-07-27 20:34:49 +00:00
parent c631ada380
commit c4a9e27b5f
7 changed files with 268 additions and 199 deletions

View File

@@ -2,7 +2,7 @@ namespace rockfishCore.Util
{
public static class RfVersion
{
public const string NumberOnly="6.5";
public const string NumberOnly="6.6";
public const string Full = "Rockfish server " + NumberOnly;
}
}