File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,9 @@ static TransportVersion def(int id) {
199199 public static final TransportVersion SETTINGS_IN_DATA_STREAMS_8_19 = def (8_841_0_51 );
200200 public static final TransportVersion ML_INFERENCE_CUSTOM_SERVICE_REMOVE_ERROR_PARSING_8_19 = def (8_841_0_52 );
201201 public static final TransportVersion ML_INFERENCE_CUSTOM_SERVICE_EMBEDDING_BATCH_SIZE_8_19 = def (8_841_0_53 );
202- public static final TransportVersion STREAMS_LOGS_SUPPORT_8_19 = def (8_841_0_54 );
202+ public static final TransportVersion RANDOM_SAMPLER_QUERY_BUILDER_8_19 = def (8_841_0_54 );
203203 public static final TransportVersion ML_INFERENCE_CUSTOM_SERVICE_INPUT_TYPE_8_19 = def (8_841_0_55 );
204+ public static final TransportVersion STREAMS_LOGS_SUPPORT_8_19 = def (8_841_0_56 );
204205
205206 public static final TransportVersion V_9_0_0 = def (9_000_0_09 );
206207 public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_1 = def (9_000_0_10 );
You can’t perform that action at this time.
0 commit comments