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

# Upgrade

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

```
cd $HOME
wget -O wardend https://github.com/warden-protocol/wardenprotocol/releases/download/v0.6.3/wardend-0.6.3-linux-amd64
chmod +x wardend
sudo mv wardend $(which wardend)
sudo systemctl restart wardend && sudo journalctl -u wardend -f
```

{% hint style="info" %}
Check the versions of story and geth:
{% endhint %}

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

Result:
#commit: 346fa4ed1c04aa43e4ba52fc502c0e7c842da315
#version: 0.6.3
```

Restart the node

```
sudo systemctl restart wardend && sudo journalctl -fu wardend -o cat
```
