> 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/archive/side-t-halt/upgrade.md).

# Upgrade

***🟢UPDATE🟢*****&#x20;13.11.24**&#x20;

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

```bash
cd $HOME && rm -r side && git clone https://github.com/sideprotocol/side/
cd $HOME/side
git checkout v0.9.5
make install
sided version --long | grep -e version -e commit
#version: 0.9.5
#commit: dd2db4c7433828ef55fccc0f92e51efdb0313b9e
systemctl restart sided && journalctl -fu sided -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/sideprotocol/side/tags>
