This commit is contained in:
2022-09-06 16:17:29 +00:00
parent d6e7e9d6b7
commit b1c85d61dd
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.22";
public const string NumberOnly="6.23";
public const string Full = "Rockfish server " + NumberOnly;
}
}