From 49f7be84868cf89db99eb3f3c982715b9b0e663a Mon Sep 17 00:00:00 2001 From: Robert Pirtle Date: Tue, 13 Aug 2024 12:49:12 -0700 Subject: [PATCH] docs: update latest mainnet kava version (#2005) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff420dcf..2cb5dc90 100644 --- a/README.md +++ b/README.md @@ -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 ```