Files
rockfish/util/RfVersion.cs
John Cardinal e01bfd1625 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
2022-08-22 20:35:10 +00:00

8 lines
212 B
C#

namespace rockfishCore.Util
{
public static class RfVersion
{
public const string NumberOnly="6.19";
public const string Full = "Rockfish server " + NumberOnly;
}
}