Skip to content

Commit 73e00e5

Browse files
committed
fix: Updated MLAPI_PROTOCOL_VERSION
1 parent 761dc99 commit 73e00e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/Configuration/MLAPIConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/// </summary>
66
internal static class MLAPIConstants
77
{
8-
internal const string MLAPI_PROTOCOL_VERSION = "6.0.1";
8+
internal const string MLAPI_PROTOCOL_VERSION = "9.0.0";
99

1010
internal const byte MLAPI_CERTIFICATE_HAIL = 0;
1111
internal const byte MLAPI_CERTIFICATE_HAIL_RESPONSE = 1;

0 commit comments

Comments
 (0)