diff --git a/Dockerfile b/Dockerfile index 0499594..8356e52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \ org.opencontainers.image.authors="Team AppThreat " \ org.opencontainers.image.source="https://github.com/appthreat/cpggen" \ org.opencontainers.image.url="https://github.com/appthreat/cpggen" \ - org.opencontainers.image.version="0.8.1" \ + org.opencontainers.image.version="0.9.0" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/README.md b/README.md index f2ae296..875a356 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Download the executable binary for your operating system from the [releases page - cdxgen binary plugins ```bash -curl -LO https://github.com/AppThreat/cpggen/releases/download/v0.8.1/cpggen-linux-amd64 +curl -LO https://github.com/AppThreat/cpggen/releases/download/v0.9.0/cpggen-linux-amd64 chmod +x cpggen-linux-amd64 ./cpggen-linux-amd64 --help ``` @@ -57,7 +57,7 @@ chmod +x cpggen-linux-amd64 On Windows, ```powershell -curl -LO https://github.com/appthreat/cpggen/releases/download/v0.8.1/cpggen.exe +curl -LO https://github.com/appthreat/cpggen/releases/download/v0.9.0/cpggen.exe .\cpggen.exe --help ``` diff --git a/pyproject.toml b/pyproject.toml index 8f78155..59616da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cpggen" -version = "0.8.1" +version = "0.9.0" description = "Generate CPG for multiple languages for use with joern" authors = ["Team AppThreat "] license = "Apache-2.0"