This commit is contained in:
2018-07-17 19:42:15 +00:00
parent c41838c813
commit 1685da3019
3 changed files with 50 additions and 50 deletions

View File

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