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

# Upgrade

version: v15.0.0

***🟢UPDATE🟢*****&#x20;22.10.25**

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

```python
cd $HOME/persistenceCore
git pull
git checkout v15.0.0
make install
persistenceCore version --long | grep -e commit -e version
#commit: 36e28b7a5a3d680a827546cc548662fd9e40fd35
#version: v15.0.0
sudo systemctl restart persistenceCore && sudo journalctl -fu persistenceCore -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/persistenceOne/persistenceCore/tags>
