This commit is contained in:
2022-12-02 23:20:39 +00:00
parent ecb102aa1c
commit 33f70e8f0c
6 changed files with 64 additions and 64 deletions

View File

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