Skip to content

Commit

Permalink
Updated MLAPI version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Aug 7, 2018
1 parent 54b5e49 commit 4579af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MLAPI/Data/MLAPIConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public static class MLAPIConstants
{
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public const string MLAPI_PROTOCOL_VERSION = "2.0.0";
public const string MLAPI_PROTOCOL_VERSION = "2.1.0";

public const byte MLAPI_CONNECTION_REQUEST = 0;
public const byte MLAPI_CONNECTION_APPROVED = 1;
Expand Down

0 comments on commit 4579af3

Please sign in to comment.