# Upgrade

***🟢UPDATE🟢*****&#x20;31.08.25**

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

```python
cd $HOME/ && rm -rf elys
git clone https://github.com/elys-network/elys.git
cd elys
git checkout v6.5.0-patch
make install
elysd version --long | grep -e commit -e version
#version: v6.5.0-patch
#commit: ad272fbad9ccb47bd7902f0d78dfc68ff5550bbb
sudo systemctl restart elysd && sudo journalctl -fu elysd -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/elys-network/elys/tags>
