diff --git a/contrib/helm/threat-db/Chart.yaml b/contrib/helm/threat-db/Chart.yaml index d9aa1fa..24fb48d 100644 --- a/contrib/helm/threat-db/Chart.yaml +++ b/contrib/helm/threat-db/Chart.yaml @@ -4,6 +4,6 @@ description: A graphql server for vulnerabilities powered by dgraph type: application -version: 0.6.0 +version: 0.6.1 -appVersion: "0.6.0" +appVersion: "0.6.1" diff --git a/pyproject.toml b/pyproject.toml index f0ad877..df0b6c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "threat-db" -version = "0.6.0" +version = "0.6.1" description = "A graphql server for vulnerabilities powered by dgraph" authors = ["Team ngcloudsec "] license = "Apache-2.0"