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

# Upgrade

Latest Version: v3.0.0-rc0

### Update instruction on block 6892888 <a href="#download-and-build-upgrade-binaries" id="download-and-build-upgrade-binaries"></a>

```
cd $HOME/quasar && git pull
git checkout v3.0.0-rc0
make install
```

**Check the node version**

```
quasarnoded version --long | grep -e commit -e version

Result:
version: 3.0.0-rc0
commit: af7a94d86e7f36807fa657fe876f215d458c503a
```

Restart the node

```
sudo systemctl restart quasarnoded && sudo journalctl -u quasarnoded -f -o cat
```
