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

# Upgrade

***🟢UPDATE🟢*****&#x20;04.12.25**

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

```python
export PIO_HOME=~/.provenanced
cd $HOME/provenance
git pull
git checkout v1.26.0
make install
provenanced version --long | grep -e version -e commit
# version: v1.26.0
# commit: 5db988ff
systemctl restart provenanced && journalctl -fu provenanced -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/provenance-io/provenance/tags>
