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 4cd672c commit 13d53a1Copy full SHA for 13d53a1
server/src/main/java/org/elasticsearch/TransportVersions.java
@@ -48,6 +48,7 @@ static TransportVersion def(int id) {
48
return new TransportVersion(id);
49
}
50
51
+ // TODO: ES-10337 we can remove all transport versions earlier than 8.18
52
public static final TransportVersion ZERO = def(0);
53
public static final TransportVersion V_7_0_0 = def(7_00_00_99);
54
public static final TransportVersion V_7_1_0 = def(7_01_00_99);
0 commit comments