This commit is contained in:
2018-07-19 15:53:04 +00:00
parent 09d5376d94
commit 7fcc5c21de
9 changed files with 85 additions and 80 deletions

View File

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