From 7803ac5aeb19418381f980b9f9c00109fb2c2227 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Mon, 5 Jun 2023 20:06:10 +0000 Subject: [PATCH] Bump version Signed-off-by: Prabhu Subramanian --- Dockerfile | 2 +- ci/Dockerfile-alma8 | 2 +- ci/Dockerfile-atom | 2 +- ci/Dockerfile-oss | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1fa52db..3f0f2b7 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="1.5.1" \ + org.opencontainers.image.version="1.5.2" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/ci/Dockerfile-alma8 b/ci/Dockerfile-alma8 index 632e436..4df8e7e 100644 --- a/ci/Dockerfile-alma8 +++ b/ci/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="1.5.1" \ + org.opencontainers.image.version="1.5.2" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/ci/Dockerfile-atom b/ci/Dockerfile-atom index e02a3d8..17301b1 100644 --- a/ci/Dockerfile-atom +++ b/ci/Dockerfile-atom @@ -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="1.5.1" \ + org.opencontainers.image.version="1.5.2" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/ci/Dockerfile-oss b/ci/Dockerfile-oss index 7617691..00a52b1 100644 --- a/ci/Dockerfile-oss +++ b/ci/Dockerfile-oss @@ -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="1.5.1" \ + org.opencontainers.image.version="1.5.2" \ 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 63a17de..a4d5af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cpggen" -version = "1.5.1" +version = "1.5.2" description = "Generate CPG for multiple languages for code and threat analysis" authors = ["Team AppThreat "] license = "Apache-2.0"