Skip to content

Commit

Permalink
Merge pull request #242 from anoma/bengt/update-version
Browse files Browse the repository at this point in the history
now v0.30.0
  • Loading branch information
bengtlofgren authored Jan 24, 2024
2 parents 25ba4a5 + 7210983 commit 09758e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/pages/networks/testnets/environment-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Note that building from source can be a difficult process and is not recommended
Export the following variables:

```bash copy
export NAMADA_TAG=v0.29.0
export NAMADA_TAG=v0.30.0
```


Expand Down Expand Up @@ -66,6 +66,6 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Make sure you are using the correct CometBFT version
- `cometbft version` should output `0.37.2`
- Make sure you are using the correct Namada version
- `namada --version` should output `Namada v0.29.0`
- `namada --version` should output `Namada v0.30.0`

</Steps>

0 comments on commit 09758e2

Please sign in to comment.