Skip to content

Commit c074e46

Browse files
authored
Adjust Feature States compatibility version following backport (#68945)
This PR adjusts the feature states compatibility version following the backport of #63513
1 parent a0d8a89 commit c074e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/snapshots/SnapshotsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public class SnapshotsService extends AbstractLifecycleComponent implements Clus
131131

132132
public static final Version OLD_SNAPSHOT_FORMAT = Version.V_7_5_0;
133133

134-
public static final Version FEATURE_STATES_VERSION = Version.V_8_0_0;
134+
public static final Version FEATURE_STATES_VERSION = Version.V_7_12_0;
135135

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

0 commit comments

Comments
 (0)