Skip to content

Commit 2caf17c

Browse files
authored
Update min CCS version to that used by 8.12 (#104739)
1 parent ec12dc6 commit 2caf17c

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
@@ -197,7 +197,7 @@ static TransportVersion def(int id) {
197197
* Reference to the minimum transport version that can be used with CCS.
198198
* This should be the transport version used by the previous minor release.
199199
*/
200-
public static final TransportVersion MINIMUM_CCS_VERSION = V_8_11_X;
200+
public static final TransportVersion MINIMUM_CCS_VERSION = V_8_12_0;
201201

202202
static final NavigableMap<Integer, TransportVersion> VERSION_IDS = getAllVersionIds(TransportVersions.class);
203203

0 commit comments

Comments
 (0)