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