Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Aug 7, 2023
1 parent a5c017f commit e6a896c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private static TransportVersion registerTransportVersion(int id, String uniqueId
public static final TransportVersion V_8_500_049 = registerTransportVersion(8_500_049, "828bb6ce-2fbb-11ee-be56-0242ac120002");
public static final TransportVersion V_8_500_050 = registerTransportVersion(8_500_050, "69722fa2-7c0a-4227-86fb-6d6a9a0a0321");
public static final TransportVersion V_8_500_051 = registerTransportVersion(8_500_051, "a28b43bc-bb5f-4406-afcf-26900aa98a71");
public static final TransportVersion V_8_500_052 = registerTransportVersion(8_500_051, "b76ef950-af03-4dda-85c2-6400ec442e7e");
public static final TransportVersion V_8_500_052 = registerTransportVersion(8_500_052, "b76ef950-af03-4dda-85c2-6400ec442e7e");

private static class CurrentHolder {
private static final TransportVersion CURRENT = findCurrent(V_8_500_052);
Expand Down

0 comments on commit e6a896c

Please sign in to comment.