Skip to content

Commit d8a3e6b

Browse files
committed
Updated MLAPI protocol constant
1 parent 5cd76f3 commit d8a3e6b

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 = "6.0.0";
9+
public const string MLAPI_PROTOCOL_VERSION = "6.0.1";
1010

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

0 commit comments

Comments
 (0)