This commit is contained in:
2022-09-12 23:21:07 +00:00
parent 874b5a397c
commit 0a5a756788
4 changed files with 62 additions and 62 deletions

View File

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