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

# Upgrade

***🟢UPDATE🟢*****&#x20;01.11.24**&#x20;

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

```python
cd $HOME/odin-core
git pull
git checkout v0.10.0
make install
odind version --long | grep -e commit -e version
#version: 0.10.0
#commit: 865a449dadc2d6202c0e6de87b1e2cf9aece34e4
sudo systemctl restart odind && sudo journalctl -fu odind -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/ODIN-PROTOCOL/odin-core/tags>
