From 61400cd9cce9216b6e0dd8dc6a9c804d6a9f3a5b Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:21:07 +0100 Subject: [PATCH] feat(provider): bump provider and node (#237) * feat(provider): bump provider * feat(node): bump node --- charts/akash-node/Chart.yaml | 4 ++-- charts/akash-provider/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/akash-node/Chart.yaml b/charts/akash-node/Chart.yaml index 479f4592..155bc10a 100644 --- a/charts/akash-node/Chart.yaml +++ b/charts/akash-node/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 6.0.4 +version: 6.0.5 # 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 @@ -26,4 +26,4 @@ version: 6.0.4 # Refs # https://github.com/akash-network/node/releases # https://github.com/akash-network/net/blob/main/mainnet/version.txt -appVersion: 0.26.1 +appVersion: 0.26.2 diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index cfb18cdb..665b87be 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -17,11 +17,11 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 6.0.7 +version: 6.0.8 # 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. # # Refs https://github.com/akash-network/provider/releases -appVersion: 0.4.6 +appVersion: 0.4.7