Skip to content

Commit 1dd8eb1

Browse files
authored
Reformat TV numbers (elastic#127931) (elastic#127934)
1 parent 2753fa8 commit 1dd8eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/TransportVersions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ static TransportVersion def(int id) {
9292
* READ THE COMMENT BELOW THIS BLOCK OF DECLARATIONS BEFORE ADDING NEW TRANSPORT VERSIONS
9393
* Detached transport versions added below here.
9494
*/
95-
public static final TransportVersion V_8_9_X = def(8_500_020);
96-
public static final TransportVersion V_8_10_X = def(8_500_061);
95+
public static final TransportVersion V_8_9_X = def(8_500_0_20);
96+
public static final TransportVersion V_8_10_X = def(8_500_0_61);
9797
public static final TransportVersion V_8_11_X = def(8_512_0_01);
9898
public static final TransportVersion V_8_12_0 = def(8_560_0_00);
9999
public static final TransportVersion V_8_12_1 = def(8_560_0_01);

0 commit comments

Comments
 (0)