Skip to content

Commit

Permalink
add min supported version in query group metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Kaushal Kumar <[email protected]>
  • Loading branch information
kaushalmahi12 committed Jul 9, 2024
1 parent fff79ae commit 6b8ccb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public String getWriteableName() {
*/
@Override
public Version getMinimalSupportedVersion() {
return Version.V_3_0_0;
return Version.CURRENT.minimumCompatibilityVersion();
}

@Override
Expand Down

0 comments on commit 6b8ccb2

Please sign in to comment.