This commit is contained in:
2022-09-25 20:03:27 +00:00
parent 8fcf632e73
commit a00f3caf79
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.24";
public const string NumberOnly="6.25";
public const string Full = "Rockfish server " + NumberOnly;
}
}