diff --git a/VERSION b/VERSION index 16eb94e711f8..ca222b7cf394 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.3 +0.23.0 diff --git a/analytical_engine/java/pom.xml b/analytical_engine/java/pom.xml index 0b302c340a57..31bea3c28efc 100644 --- a/analytical_engine/java/pom.xml +++ b/analytical_engine/java/pom.xml @@ -64,7 +64,7 @@ - 0.21.3 + 0.23.0 0.1.2 0.19 3.3.11 diff --git a/charts/graphscope-store/Chart.yaml b/charts/graphscope-store/Chart.yaml index 54d3c9544485..4377550f38dc 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.21.3 +version: 0.23.0 dependencies: - condition: kafka.enabled diff --git a/charts/graphscope/Chart.yaml b/charts/graphscope/Chart.yaml index 73ea93e47881..8e2302f278b1 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.21.3 +version: 0.23.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.21.3" +appVersion: "0.23.0"