This commit is contained in:
2021-07-18 20:34:27 +00:00
parent bc5cfff16a
commit ff5fe4cde6
2 changed files with 10 additions and 2 deletions

View File

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