build and deploy latest version (removed dev trial key route)

This commit is contained in:
2022-10-27 18:30:52 +00:00
parent fc1061a4ad
commit 1147db8a58
4 changed files with 61 additions and 61 deletions

View File

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