Skip to content

Commit 2f65746

Browse files
committed
Changed protocol version to 6.0.0
1 parent 03c12db commit 2f65746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/Data/MLAPIConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public static class MLAPIConstants
77
{
88
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
9-
public const string MLAPI_PROTOCOL_VERSION = "3.0.0";
9+
public const string MLAPI_PROTOCOL_VERSION = "6.0.0";
1010

1111
public const byte MLAPI_CERTIFICATE_HAIL = 0;
1212
public const byte MLAPI_CERTIFICATE_HAIL_RESPONSE = 1;

0 commit comments

Comments
 (0)