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

# Upgrade

***🟢UPDATE🟢*****&#x20;05.09.25**

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

```python
cd $HOME/gitopia
git fetch
git checkout v6.0.0
make install
gitopiad version --long | grep -e version -e commit
#version: 6.0.0
#commit: d3d8d4d78dc435420bdacf7e33b6550b845c067a
sudo systemctl restart gitopiad && sudo journalctl -fu gitopiad -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
```

&#x20;                              **GitHub**

<https://gitopia.com/Gitopia/gitopia/>
