Skip to content

Commit b6a372b

Browse files
committed
transportVersions
1 parent 785939e commit b6a372b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,7 @@ static TransportVersion def(int id) {
209209
public static final TransportVersion MULTI_PROJECT = def(9_018_0_00);
210210
public static final TransportVersion STORED_SCRIPT_CONTENT_LENGTH = def(9_019_0_00);
211211
public static final TransportVersion JINA_AI_EMBEDDING_TYPE_SUPPORT_ADDED = def(9_020_0_00);
212-
213-
// making this large for now to avoid merge conflicts
214-
public static final TransportVersion UNASSIGENEDINFO_RESHARD_ADDED = def(9_020_0_00);
212+
public static final TransportVersion UNASSIGENEDINFO_RESHARD_ADDED = def(9_021_0_00);
215213

216214
/*
217215
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)