Skip to content

Commit

Permalink
Update minimal supported version for ComponentTemplateMetadata
Browse files Browse the repository at this point in the history
This can be merged once elastic#53489 is merged.
  • Loading branch information
dakrone committed Mar 12, 2020
1 parent 9ad0597 commit 70458b5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ public String getWriteableName() {

@Override
public Version getMinimalSupportedVersion() {
// TODO: update after backporting
return Version.V_8_0_0;
return Version.V_7_7_0;
}

@Override
Expand Down

0 comments on commit 70458b5

Please sign in to comment.