Skip to content

Commit

Permalink
Update min CCS version to that used by 8.12 (elastic#104739) (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop authored Feb 15, 2024
1 parent 85bf867 commit afd2dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static TransportVersion def(int id) {
* Reference to the minimum transport version that can be used with CCS.
* This should be the transport version used by the previous minor release.
*/
public static final TransportVersion MINIMUM_CCS_VERSION = V_8_11_X;
public static final TransportVersion MINIMUM_CCS_VERSION = V_8_12_0;

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

Expand Down

0 comments on commit afd2dc6

Please sign in to comment.