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

# Upgrade

***🟢UPDATE🟢*****&#x20;25.02.26**

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

```python
cd $HOME/shentu && git pull
git checkout v2.17.0
make install
shentud version --long | grep -e commit -e version
#commit: c85ef357708ef0308ad89c867258be0c530ad606
#version: v2.17.0
sudo systemctl restart shentud && sudo journalctl -fu shentud -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/shentufoundation/shentu/tags>
