server ops page, updated backend svn url

This commit is contained in:
2018-08-20 20:42:05 +00:00
parent 4a2f1d151f
commit 5c43ad250e
2 changed files with 2 additions and 2 deletions

View File

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