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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user