support for vendor notifications webhook

This commit is contained in:
2022-08-29 20:57:24 +00:00
parent 541cf1d2ae
commit 0d6425cf8b
11 changed files with 485 additions and 76 deletions

View File

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