Skip to content

Commit

Permalink
fix: version id
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-campagna committed Jul 17, 2023
1 parent 777e9e8 commit 347afe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private static TransportVersion registerTransportVersion(int id, String uniqueId

// Introduced for stateless plugin
public static final TransportVersion V_8_500_036 = registerTransportVersion(8_500_036, "3343c64f-d7ac-4f02-9262-3e1acfc56f89");
public static final TransportVersion V_8_500_037 = registerTransportVersion(8_500_035, "ec065a44-b468-4f8a-aded-7b90ca8d792b");
public static final TransportVersion V_8_500_037 = registerTransportVersion(8_500_037, "ec065a44-b468-4f8a-aded-7b90ca8d792b");

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

0 comments on commit 347afe0

Please sign in to comment.