diff --git a/VERSION b/VERSION index 5a03fb737b38..885415662ff8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.0 +0.21.0 diff --git a/analytical_engine/java/pom.xml b/analytical_engine/java/pom.xml index 50fca2b35e38..9b45cbd45a50 100644 --- a/analytical_engine/java/pom.xml +++ b/analytical_engine/java/pom.xml @@ -64,7 +64,7 @@ - 0.20.0 + 0.21.0 0.1.2 0.19 3.3.11 diff --git a/charts/graphscope-store/Chart.yaml b/charts/graphscope-store/Chart.yaml index f381e21d6123..08af207abe83 100644 --- a/charts/graphscope-store/Chart.yaml +++ b/charts/graphscope-store/Chart.yaml @@ -19,7 +19,7 @@ sources: maintainers: - name: GraphScope url: https://github.com/alibaba/graphscope -version: 0.20.0 +version: 0.21.0 dependencies: - condition: kafka.enabled diff --git a/charts/graphscope/Chart.yaml b/charts/graphscope/Chart.yaml index a24dd1304e03..834a8bd70c0b 100644 --- a/charts/graphscope/Chart.yaml +++ b/charts/graphscope/Chart.yaml @@ -26,10 +26,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.20.0 +version: 0.21.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.20.0" +appVersion: "0.21.0"