This commit is contained in:
2019-07-04 18:51:47 +00:00
parent edceae6557
commit d9370b762b
3 changed files with 54 additions and 54 deletions

View File

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