Skip to content

Commit 8e6c7ca

Browse files
authored
fix transport version format (#127307)
1 parent 445acf8 commit 8e6c7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ static TransportVersion def(int id) {
227227
public static final TransportVersion DOC_FIELDS_AS_LIST = def(9_061_0_00);
228228
public static final TransportVersion DENSE_VECTOR_OFF_HEAP_STATS = def(9_062_00_0);
229229
public static final TransportVersion RANDOM_SAMPLER_QUERY_BUILDER = def(9_063_0_00);
230-
public static final TransportVersion SETTINGS_IN_DATA_STREAMS = def(9_064_00_0);
230+
public static final TransportVersion SETTINGS_IN_DATA_STREAMS = def(9_064_0_00);
231231

232232
/*
233233
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)