Skip to content

Commit

Permalink
set minimum supported version (elastic#39043)
Browse files Browse the repository at this point in the history
change the minimum supported version of data frame transform
  • Loading branch information
Hendrik Muhs committed Feb 18, 2019
1 parent 45b17e8 commit e47880d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public String getWriteableName() {

@Override
public Version getMinimalSupportedVersion() {
// TODO: to be changed once target version has been defined
return Version.CURRENT;
return Version.V_7_1_0;
}

@Override
Expand Down

0 comments on commit e47880d

Please sign in to comment.