We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c434c commit 911d4dcCopy full SHA for 911d4dc
server/src/main/java/org/elasticsearch/TransportVersions.java
@@ -55,8 +55,6 @@ static TransportVersion def(int id) {
55
public static final TransportVersion V_7_0_1 = def(7_00_01_99);
56
public static final TransportVersion V_7_2_0 = def(7_02_00_99);
57
public static final TransportVersion V_7_2_1 = def(7_02_01_99);
58
- public static final TransportVersion V_7_3_0 = def(7_03_00_99);
59
- public static final TransportVersion V_7_4_0 = def(7_04_00_99);
60
public static final TransportVersion V_7_5_0 = def(7_05_00_99);
61
public static final TransportVersion V_7_6_0 = def(7_06_00_99);
62
public static final TransportVersion V_7_7_0 = def(7_07_00_99);
0 commit comments