We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4392e64 commit 2927f05Copy full SHA for 2927f05
MLAPI/Data/MLAPIConstants.cs
@@ -6,7 +6,7 @@
6
public static class MLAPIConstants
7
{
8
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
9
- public const string MLAPI_PROTOCOL_VERSION = "2.1.0";
+ public const string MLAPI_PROTOCOL_VERSION = "3.0.0";
10
11
12
public const byte MLAPI_CERTIFICATE_HAIL = 0;
0 commit comments