diff --git a/build.sbt b/build.sbt index 10d07708..562df957 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "chen" ThisBuild / organization := "io.appthreat" -ThisBuild / version := "2.1.9" +ThisBuild / version := "2.2.0" ThisBuild / scalaVersion := "3.5.2" val cpgVersion = "1.0.0" diff --git a/ci/Dockerfile b/ci/Dockerfile index 2d04f120..2ffa18b1 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \ org.opencontainers.image.authors="Team AppThreat " \ org.opencontainers.image.source="https://github.com/appthreat/chen" \ org.opencontainers.image.url="https://github.com/appthreat/chen" \ - org.opencontainers.image.version="2.1.x" \ + org.opencontainers.image.version="2.2.x" \ org.opencontainers.image.vendor="appthreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="chen" \ diff --git a/codemeta.json b/codemeta.json index 369e7398..43fd3958 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "downloadUrl": "https://github.com/AppThreat/chen", "issueTracker": "https://github.com/AppThreat/chen/issues", "name": "chen", - "version": "2.1.9", + "version": "2.2.0", "description": "Code Hierarchy Exploration Net (chen) is an advanced exploration toolkit for your application source code and its dependency hierarchy.", "applicationCategory": "code-analysis", "keywords": [ diff --git a/meta.yaml b/meta.yaml index 99650529..65afbb2f 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.1.9" %} +{% set version = "2.2.0" %} package: name: chen diff --git a/pyproject.toml b/pyproject.toml index 1cb732f5..f1464a1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "appthreat-chen" -version = "2.1.9" +version = "2.2.0" description = "Code Hierarchy Exploration Net (chen)" authors = ["Team AppThreat "] license = "Apache-2.0"