> 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/archive/carbon-m-halt/upgrade.md).

# Upgrade

version: 2.50.0

***🟢UPDATE🟢*****&#x20;24.09.24**&#x20;

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

```python
cd $HOME
wget https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.50.0/carbond2.50.0-mainnet.linux-amd64.tar.gz
tar -xvzf carbond2.50.0-mainnet.linux-amd64.tar.gz
rm -rf carbond2.50.0-mainnet.linux-amd64.tar.gz
chmod +x carbond
mv carbond $(which carbond)
carbond version --long | grep -e version -e commit
#commit: 3930d72244b56a99ecec6cb60859ec49fc5893fa
#version: 2.50.0
sudo systemctl restart carbond && sudo journalctl -fu carbond -o cat
```

&#x20;                                    **GitHub**

<https://github.com/Switcheo/carbon-bootstrap/tags>
