Skip to content

Commit

Permalink
[CCR] set minimum version to 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Sep 26, 2018
1 parent a255880 commit eae5487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,6 @@ public String toString() {

@Override
public Version getMinimalSupportedVersion() {
return Version.V_6_4_0;
return Version.V_6_5_0;
}
}

0 comments on commit eae5487

Please sign in to comment.