diff --git a/charts/hedera-network/Chart.yaml b/charts/hedera-network/Chart.yaml index ade368828..f9cda1fe7 100644 --- a/charts/hedera-network/Chart.yaml +++ b/charts/hedera-network/Chart.yaml @@ -15,13 +15,13 @@ 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.6.0 +version: 0.7.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.6.0" +appVersion: "0.7.0" # This is range of versions of Kubernetes server that is supported by this chart. kubeVersion: ">=1.25.0" @@ -29,12 +29,12 @@ kubeVersion: ">=1.25.0" dependencies: - name: hedera-mirror alias: hedera-mirror-node - version: 0.86.0 +version: 0.7.0 repository: https://hashgraph.github.io/hedera-mirror-node/charts condition: cloud.minio.enable - name: tenant alias: minio-server - version: 5.0.7 +version: 0.7.0 repository: https://operator.min.io/ condition: cloud.minio.enable diff --git a/gradle.properties b/gradle.properties index 701d1251b..345f7117d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ end-to-end and full stack tests against the Hedera network software. Designed wi purpose built for the Hedera community and open-source contributors. # Version for all subprojects -version=0.6.0 +version=0.7.0 # Set the default Group ID group=com.hedera.fullstack