Skip to content

Commit 2927f05

Browse files
committed
Upgraded protocol version constant to 3.0.0
1 parent 4392e64 commit 2927f05

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.1.0";
9+
public const string MLAPI_PROTOCOL_VERSION = "3.0.0";
1010

1111

1212
public const byte MLAPI_CERTIFICATE_HAIL = 0;

0 commit comments

Comments
 (0)