This commit is contained in:
2026-03-22 14:31:20 +01:00
parent 136aa5993e
commit 9b185f47ca
@@ -9,6 +9,6 @@ public record Context(
} }
public SemanticVersion getVersion(String fqPackageName) { public SemanticVersion getVersion(String fqPackageName) {
return new SemanticVersion(1, 0, 0); return new SemanticVersion(0, 1, 0);
} }
} }