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

# Upgrade

***🟢UPDATE🟢*****&#x20;25.08.25**

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

```python
cd $HOME/uptick
git fetch --all
git checkout v0.3.0
make install
uptickd version --long | grep -e commit -e version
#commit: c8fec8051a71068bdefa6d6663aace374558eafe
#version: v0.3.0
sudo systemctl restart uptickd && journalctl -fu uptickd -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/UptickNetwork/uptick/tags>
