Skip to content

Commit

Permalink
docs: update latest mainnet kava version (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirtleshell authored Aug 13, 2024
1 parent fbce24a commit 49f7be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using

## Mainnet

The current recommended version of the software for mainnet is [v0.26.0](https://github.com/Kava-Labs/kava/releases/tag/v0.26.0) The master branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.
The current recommended version of the software for mainnet is [v0.26.2](https://github.com/Kava-Labs/kava/releases/tag/v0.26.2) The `master` branch of this repository often contains considerable development work since the last mainnet release and is __not__ runnable on mainnet.

### Installation and Setup
For detailed instructions see [the Kava docs](https://docs.kava.io/docs/nodes-and-validators/validator-node).

```bash
git checkout v0.26.0
git checkout v0.26.2
make install
```

Expand Down

0 comments on commit 49f7be8

Please sign in to comment.