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

# Upgrade

version : 1.5.0

***🟢UPDATE🟢*****&#x20;11.02.26**

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

```python
cd $HOME/realio-network
git fetch --all
git checkout v1.5.0
make install
realio-networkd version --long | grep -e commit -e version
#version : 1.5.0
#commit: ccee5ceb9a5b3e40fb08d70da9a3ad2ac4b0be3a
sudo systemctl restart realio-networkd && sudo journalctl -fu realio-networkd -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/realiotech/realio-network/tags>
