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

# Upgrade

***🟢UPDATE🟢*****&#x20;28.05.25**

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

```python
cd $HOME/ && rm -rf elys
git clone https://github.com/elys-network/elys.git
cd elys
git checkout v6.0.0-rc0
make install
elysd version --long | grep -e commit -e version
#version: v6.0.0-rc0
#commit: 2d1d398474dd130b91532892914b79330240d116
sudo systemctl restart elysd && sudo journalctl -fu elysd -o cat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
```

&#x20;                                    **GitHub**

<https://github.com/elys-network/elys/tags>
