Skip to content

Commit

Permalink
Adjust Feature States compatibility version following backport (#68945)
Browse files Browse the repository at this point in the history
This PR adjusts the feature states compatibility version following the backport of #63513
  • Loading branch information
gwbrown authored Feb 11, 2021
1 parent a0d8a89 commit c074e46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public class SnapshotsService extends AbstractLifecycleComponent implements Clus

public static final Version OLD_SNAPSHOT_FORMAT = Version.V_7_5_0;

public static final Version FEATURE_STATES_VERSION = Version.V_8_0_0;
public static final Version FEATURE_STATES_VERSION = Version.V_7_12_0;

private static final Logger logger = LogManager.getLogger(SnapshotsService.class);

Expand Down

0 comments on commit c074e46

Please sign in to comment.