diff --git a/tools/purl/manifest.yaml b/tools/purl/manifest.yaml index 0e95b96e58..64a1175dc8 100644 --- a/tools/purl/manifest.yaml +++ b/tools/purl/manifest.yaml @@ -4,7 +4,7 @@ name: purl license: name: MIT License link: https://github.com/catatsuy/purl/blob/main/LICENSE -version: "0.0.8" +version: "0.1.0" check: ${binary} --version 2>&1 | cut -d';' -f1 | cut -d' ' -f3 | tr -d v platforms: - linux/amd64