This commit is contained in:
2026-03-22 14:33:52 +01:00
parent e460b01bf1
commit 0a85f032d1
@@ -9,6 +9,6 @@ public record Context(
} }
public SemanticVersion getVersion(String fqPackageName) { public SemanticVersion getVersion(String fqPackageName) {
return new SemanticVersion(0, 1, 0); return null; // new SemanticVersion(0, 1, 0);
} }
} }