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

# Upgrade

***🟢UPDATE🟢*****&#x20;26.06.25**

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

```python
cd $HOME/go-bitsong
git fetch --all
git checkout v0.23.0
make install
bitsongd version --long | head
#version: 0.23.0
#commit: f4c98e4ffe21a17524d26c2d018c8e4e526f50ab
sudo systemctl restart bitsongd && journalctl -fu bitsongd -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/bitsongofficial/go-bitsong/tags>
