We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4869cb4 commit 581bebcCopy full SHA for 581bebc
ServerBase/DistanceServerMain.cs
@@ -10,7 +10,7 @@
10
11
public class DistanceServerMain : DistanceServerMainBase
12
{
13
- public static SemanticVersion ServerVersion = new SemanticVersion("0.1.3");
+ public static SemanticVersion ServerVersion = new SemanticVersion("0.2.0");
14
public override int CompatibleStarterVersion => 1;
15
16
public static NetworkView View;
0 commit comments