Skip to content

Commit

Permalink
Update minimal supported version for ComponentTemplateMetadata (#53515)
Browse files Browse the repository at this point in the history
This can be merged once #53489 is merged.
  • Loading branch information
dakrone authored Mar 12, 2020
1 parent 428ed2a commit b825f64
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 b825f64

Please sign in to comment.