This commit is contained in:
2022-04-03 22:26:23 +00:00
parent f6163dbebc
commit 2472779575
5 changed files with 60 additions and 60 deletions

View File

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