From 55847526b8ddcce2b57a40350994da9654389309 Mon Sep 17 00:00:00 2001 From: Jake Tagnepis Date: Fri, 21 Jul 2023 03:11:57 +0800 Subject: [PATCH] docs: update mainnet kava version in readme (#1651) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cb24082..24ffa4b3 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ ### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/kava-labs) | [Discord](https://discord.gg/JJYnuCx) - +2 Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the [cosmos-sdk](https://github.com/cosmos/cosmos-sdk). ## Mainnet -The current recommended version of the software for mainnet is [v0.23.0](https://github.com/Kava-Labs/kava/releases/tag/v0.23.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.24.0](https://github.com/Kava-Labs/kava/releases/tag/v0.24.0). 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/participate/validator-node). ```bash -git checkout v0.23.0 +git checkout v0.24.0 make install ```