Skip to content

Commit

Permalink
feat: Support v2.0.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Jan 31, 2023
1 parent c561a93 commit dc9fc58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ public void migrate(@NotNull KPMRegistry daemon, @NotNull Path kpmDataFolder)
@Override
public String getNeedMigrateVersionRange()
{
return "v2.8.3...";
return "v2.0.0...";
}
}

0 comments on commit dc9fc58

Please sign in to comment.