Skip to content

Commit c816934

Browse files
committed
Fixup merge
1 parent 2ab82a8 commit c816934

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
@@ -215,7 +215,7 @@ static TransportVersion def(int id) {
215215
public static final TransportVersion ADD_PROJECT_ID_TO_DSL_ERROR_INFO = def(9_046_0_00);
216216
public static final TransportVersion SEMANTIC_TEXT_CHUNKING_CONFIG = def(9_047_00_0);
217217
public static final TransportVersion ESQL_REPORT_SHARD_PARTITIONING = def(9_048_00_0);
218-
public static final TransportVersion REPO_ANALYSIS_COPY_BLOB = def(9_048_00_0);
218+
public static final TransportVersion REPO_ANALYSIS_COPY_BLOB = def(9_049_00_0);
219219

220220
/*
221221
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)