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

# Upgrade

version: 7.1.1

***🟢UPDATE🟢*****&#x20;08.08.24**&#x20;

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

```python
cd $HOME
wget -O desmosd https://github.com/desmos-labs/desmos/releases/download/v7.1.1/desmos-v7.1.1-linux-amd64
chmod +x  desmosd
mv desmosd $(which desmos)
desmos version --long | grep -e commit -e version
#commit: 0e53a67df4877672395ea47aca2b14d6813f79be
#version: 7.1.1
sudo systemctl restart desmos && sudo journalctl -fu desmos -o cat
```

&#x20;                              **GitHub**

<https://github.com/desmos-labs/desmos/tags>
