Skip to content

Commit 7dcf195

Browse files
authored
Change the version to v0.23.0 (#2969)
1 parent 7316297 commit 7dcf195

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.21.3
1+
0.23.0

analytical_engine/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</modules>
6565

6666
<properties>
67-
<revision>0.21.3</revision>
67+
<revision>0.23.0</revision>
6868
<fastffi.version>0.1.2</fastffi.version>
6969
<compile-testing.version>0.19</compile-testing.version>
7070
<cupid.sdk.version>3.3.11</cupid.sdk.version>

charts/graphscope-store/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sources:
1919
maintainers:
2020
- name: GraphScope
2121
url: https://github.com/alibaba/graphscope
22-
version: 0.21.3
22+
version: 0.23.0
2323

2424
dependencies:
2525
- condition: kafka.enabled

charts/graphscope/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ type: application
2626
# This is the chart version. This version number should be incremented each time you make changes
2727
# to the chart and its templates, including the app version.
2828
# Versions are expected to follow Semantic Versioning (https://semver.org/)
29-
version: 0.21.3
29+
version: 0.23.0
3030

3131
# This is the version number of the application being deployed. This version number should be
3232
# incremented each time you make changes to the application. Versions are not expected to
3333
# follow Semantic Versioning. They should reflect the version the application is using.
3434
# It is recommended to use it with quotes.
35-
appVersion: "0.21.3"
35+
appVersion: "0.23.0"

0 commit comments

Comments
 (0)