This commit is contained in:
2022-06-22 01:16:33 +00:00
parent 9b189b27cd
commit 0c10371eab
4 changed files with 59 additions and 59 deletions

View File

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