File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ static TransportVersion def(int id) {
5454 public static final TransportVersion V_7_0_0 = def (7_00_00_99 );
5555 public static final TransportVersion V_7_1_0 = def (7_01_00_99 );
5656 public static final TransportVersion V_7_2_0 = def (7_02_00_99 );
57- public static final TransportVersion V_7_5_0 = def (7_05_00_99 );
57+ public static final TransportVersion V_7_3_0 = def (7_03_00_99 );
58+ public static final TransportVersion V_7_3_2 = def (7_03_02_99 );
59+ public static final TransportVersion V_7_4_0 = def (7_04_00_99 );
5860 public static final TransportVersion V_7_6_0 = def (7_06_00_99 );
5961 public static final TransportVersion V_7_8_0 = def (7_08_00_99 );
6062 public static final TransportVersion V_7_8_1 = def (7_08_01_99 );
You can’t perform that action at this time.
0 commit comments