8.0.3 release

This commit is contained in:
2022-08-16 02:45:32 +00:00
parent 80417baf8e
commit 90946f90b1
5 changed files with 91 additions and 85 deletions

View File

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