Skip to content

Commit b9681af

Browse files
committed
Transport version correction
1 parent b7cb871 commit b9681af

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
@@ -180,7 +180,7 @@ static TransportVersion def(int id) {
180180

181181
public static final TransportVersion REMOVE_DESIRED_NODE_VERSION = def(9_004_0_00);
182182

183-
public static final TransportVersion VOYAGE_AI_INTEGRATION_ADDED = def(9_002_0_00);
183+
public static final TransportVersion VOYAGE_AI_INTEGRATION_ADDED = def(9_005_0_00);
184184
/*
185185
* STOP! READ THIS FIRST! No, really,
186186
* ____ _____ ___ ____ _ ____ _____ _ ____ _____ _ _ ___ ____ _____ ___ ____ ____ _____ _

0 commit comments

Comments
 (0)