> For the complete documentation index, see [llms.txt](https://stavr-team.gitbook.io/nodes-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stavr-team.gitbook.io/nodes-guides/testnets/mantra/upgrade.md).

# Upgrade

***🟢UPDATE🟢*****&#x20;13.09.25**

*<mark style="color:yellow;">at Height -></mark>* 8352088

```python
cd $HOME
wget -O mantrachaind https://github.com/MANTRA-Chain/mantrachain/releases/download/v5.0.0-rc9/mantrachaind-5.0.0-rc9-linux-amd64
chmod +x mantrachaind
mv mantrachaind $(which mantrachaind)
mantrachaind version --long | grep -e commit -e version
#commit: ffff5b07
#version: 5.0.0-rc9
sudo systemctl restart mantrachaind && sudo journalctl -fu mantrachaind -n1000 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
```

&#x20;                              **GitHub**

<https://github.com/MANTRA-Chain/public/tags>
