This commit is contained in:
2022-08-24 21:33:22 +00:00
parent fbca9f167d
commit 60f8b3ef5a
6 changed files with 86 additions and 60 deletions

View File

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