Skip to content

Commit

Permalink
feat(provider): bump provider and node (#237)
Browse files Browse the repository at this point in the history
* feat(provider): bump provider

* feat(node): bump node
  • Loading branch information
andy108369 authored Nov 8, 2023
1 parent b94220e commit 61400cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/akash-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 61400cd

Please sign in to comment.