From f032fb9c678e9687d6c985c218f3f8b09d2eec43 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Wed, 19 Apr 2023 05:28:49 +0000 Subject: [PATCH] Bump up version Signed-off-by: Prabhu Subramanian --- Dockerfile | 2 +- Dockerfile-alma8 | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b12c088..90f3995 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.9.4" \ + org.opencontainers.image.version="0.9.5" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/Dockerfile-alma8 b/Dockerfile-alma8 index f178085..a66e70f 100644 --- a/Dockerfile-alma8 +++ b/Dockerfile-alma8 @@ -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.9.4" \ + org.opencontainers.image.version="0.9.5" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/pyproject.toml b/pyproject.toml index 575fb85..10050ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cpggen" -version = "0.9.4" +version = "0.9.5" description = "Generate CPG for multiple languages for use with joern" authors = ["Team AppThreat "] license = "Apache-2.0"