File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ static TransportVersion def(int id) {
94
94
* READ THE COMMENT BELOW THIS BLOCK OF DECLARATIONS BEFORE ADDING NEW TRANSPORT VERSIONS
95
95
* Detached transport versions added below here.
96
96
*/
97
- public static final TransportVersion V_8_9_X = def (8_500_020 );
98
- public static final TransportVersion V_8_10_X = def (8_500_061 );
97
+ public static final TransportVersion V_8_9_X = def (8_500_0_20 );
98
+ public static final TransportVersion V_8_10_X = def (8_500_0_61 );
99
99
public static final TransportVersion V_8_11_X = def (8_512_0_01 );
100
100
public static final TransportVersion V_8_12_0 = def (8_560_0_00 );
101
101
public static final TransportVersion V_8_12_1 = def (8_560_0_01 );
You can’t perform that action at this time.
0 commit comments