From 4f8b1443812173da5c9efd0849e4df798b7db19a Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Fri, 31 Jan 2020 12:28:28 -0500 Subject: [PATCH] add version info for mainnet --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cbfa254a..b91ae1ae 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,17 @@ Reference implementation of Kava, a blockchain for cross-chain DeFi. Built using the [comsos-sdk](https://github.com/cosmos/cosmos-sdk). + ## Quick Start ```sh make install ``` +## Mainnet + +Note, the current reccomended version of the software for mainnet is v0.3.1. + To join the latest testnet, head over to the [testnet repo](https://github.com/Kava-Labs/kava-testnets). ## License