Skip to content

Commit 4579af3

Browse files
committed
Updated MLAPI version to 2.1.0
1 parent 54b5e49 commit 4579af3

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

1111
public const byte MLAPI_CONNECTION_REQUEST = 0;
1212
public const byte MLAPI_CONNECTION_APPROVED = 1;

0 commit comments

Comments
 (0)