This commit is contained in:
2021-04-26 22:40:24 +00:00
parent dc86ec087d
commit c0f91d95a6
4 changed files with 18 additions and 22 deletions

View File

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