Skip to content

Commit ae0607e

Browse files
committed
bump protocol version to the latest AP version.
1 parent 3657eb6 commit ae0607e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gg/archipelago/APClient/APClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public abstract class APClient {
4141
private final ItemManager itemManager;
4242
private final DataManager dataManager;
4343

44-
public static final Version protocolVersion = new Version(0,2,5);
44+
public static final Version protocolVersion = new Version(0,3,7);
4545

4646
private int team;
4747
private int slot;

0 commit comments

Comments
 (0)