Skip to content

Commit

Permalink
Update minimally supported version for IndexTemplateV2Metadata
Browse files Browse the repository at this point in the history
To be merged after elastic#53827 and after bwc tests have been disabled
  • Loading branch information
dakrone committed Mar 19, 2020
1 parent df79943 commit 9374b73
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ public String getWriteableName() {

@Override
public Version getMinimalSupportedVersion() {
// TODO: update this once backported
return Version.V_8_0_0;
return Version.V_7_7_0;
}

@Override
Expand Down

0 comments on commit 9374b73

Please sign in to comment.