This commit is contained in:
2020-07-05 19:03:45 +00:00
parent f5c57f2815
commit bb8714ba4a
6 changed files with 65 additions and 81 deletions

View File

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