This commit is contained in:
2022-08-31 01:02:30 +00:00
parent 02408dbcae
commit 715cb183a0
4 changed files with 61 additions and 61 deletions

View File

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