Initial subscription license support changes

This commit is contained in:
2022-08-20 21:23:14 +00:00
parent b95cc66f4f
commit 95bc3d08cf
4 changed files with 59 additions and 59 deletions

View File

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