Implemented missing code for trial request to generate proper subscription / perpetual keys on request

Removed unused or implemented main navigation item raven license key as it's done through trial requests or customer only
This commit is contained in:
2022-08-22 20:35:10 +00:00
parent 95bc3d08cf
commit e01bfd1625
6 changed files with 65 additions and 66 deletions

View File

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