# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://stavr-team.gitbook.io/nodes-guides/mainnets/gravity/upgrade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
