File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ static TransportVersion def(int id) {
156156 public static final TransportVersion INFERENCE_MODEL_REGISTRY_METADATA_8_19 = def (8_841_0_13 );
157157 public static final TransportVersion INTRODUCE_LIFECYCLE_TEMPLATE_8_19 = def (8_841_0_14 );
158158 public static final TransportVersion RERANK_COMMON_OPTIONS_ADDED_8_19 = def (8_841_0_15 );
159+ public static final TransportVersion REMOTE_EXCEPTION_8_19 = def (8_841_0_16 );
159160 public static final TransportVersion INITIAL_ELASTICSEARCH_9_0 = def (9_000_0_00 );
160161 public static final TransportVersion REMOVE_SNAPSHOT_FAILURES_90 = def (9_000_0_01 );
161162 public static final TransportVersion TRANSPORT_STATS_HANDLING_TIME_REQUIRED_90 = def (9_000_0_02 );
You can’t perform that action at this time.
0 commit comments