Skip to content

Commit

Permalink
Change the version to v0.23.0 (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Jul 4, 2023
1 parent 7316297 commit 7dcf195
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.21.3
0.23.0
2 changes: 1 addition & 1 deletion analytical_engine/java/pom.xml
Expand Up @@ -64,7 +64,7 @@
</modules>

<properties>
<revision>0.21.3</revision>
<revision>0.23.0</revision>
<fastffi.version>0.1.2</fastffi.version>
<compile-testing.version>0.19</compile-testing.version>
<cupid.sdk.version>3.3.11</cupid.sdk.version>
Expand Down
2 changes: 1 addition & 1 deletion charts/graphscope-store/Chart.yaml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/graphscope/Chart.yaml
Expand Up @@ -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"

0 comments on commit 7dcf195

Please sign in to comment.