This commit is contained in:
2022-06-10 00:04:01 +00:00
parent f9784d0b0d
commit 084e4a23d4
4 changed files with 67 additions and 65 deletions

View File

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