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

# Upgrade

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

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

```python
cd $HOME
wget -O gravity https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.13.3/gravity-linux-amd64
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.13.3/gbt
chmod +x gravity
chmod +x gbt
mv $HOME/gravity $(which gravity)
mv $HOME/gbt $(which gbt)
gravity version --long
#version: v1.13.3
#commit: a30a8398ea6ec243a89f1bdf56c532f6739380c8
sudo systemctl restart gravity-node && journalctl -fu gravity-node -n100 -ocat
sudo systemctl restart orchestrator && journalctl -fu orchestrator -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/Gravity-Bridge/Gravity-Bridge/tags>
