> 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/warden-protocol/upgrade.md).

# Upgrade

***🟢UPDATE🟢*****&#x20;21.05.25**

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

```python
cd $HOME
wget -O wardend https://github.com/warden-protocol/wardenprotocol/releases/download/v0.6.3/wardend-0.6.3-linux-amd64
chmod +x wardend
mv wardend $(which wardend)
wardend version --long | grep -e commit -e version
#version: 0.6.3
#commit: 346fa4ed1c04aa43e4ba52fc502c0e7c842da315
sudo systemctl restart wardend && sudo journalctl -fu wardend -n100 -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/warden-protocol/wardenprotocol/tags>
