mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
chore: Requires tod 2.0.0
This commit is contained in:
parent
8bb5dce066
commit
6358860df2
@ -29,7 +29,7 @@ public class VersionResource {
|
||||
@GET
|
||||
public VersionRange getCompatibleTodVersions() {
|
||||
var versionRange = new VersionRange();
|
||||
versionRange.minVersion = "1.0.0";
|
||||
versionRange.minVersion = "2.0.0";
|
||||
return versionRange;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user