> For the complete documentation index, see [llms.txt](https://service.block-pro.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://service.block-pro.net/mainnet/starknet/upgrade.md).

# Upgrade

Latest Version: v6.4.2

## Recommended Upgrade — Apply ASAP

<pre><code>rm -rf celestia-app 
git clone https://github.com/celestiaorg/celestia-app.git
<strong>cd $HOME/celestia-app
</strong>git checkout v6.4.2
make install
</code></pre>

{% hint style="info" %}
Check the node version:
{% endhint %}

```
celestia-appd version --long | grep -e commit -e version

Result:
#version: 6.4.2
#commit: 90990a85
```

Restart the node

```
sudo systemctl restart celestia-appd && sudo journalctl -fu celestia-appd -n100 -ocat
```
