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

# Upgrade

***🟢UPDATE🟢*****&#x20;12.09.25**

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

```python
cd $HOME/xpla
git fetch --all
git checkout v1.8.0
make install
xplad version --long | grep -e commit -e version
#version: v1.8.0
#commit: 8551fa2c48c8deee3bf06cc77a944d08754c37a7
sudo systemctl restart xplad && sudo journalctl -fu xplad -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/xpladev/xpla/tags>
