> 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/lava-t-halt/upgrade.md).

# Upgrade

***🟢UPDATE🟢*****&#x20;05.12.24**&#x20;

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

```python
cd $HOME
wget -O lavad https://github.com/lavanet/lava/releases/download/v4.2.0/lavad-v4.2.0-linux-amd64
chmod +x lavad
mv lavad $(which lavad)
lavad version --long | grep -e commit -e version
#version: 4.2.0
#commit: 18c395ba01dbd650eac3d276991782faa28270ae
sudo systemctl restart lavad && sudo journalctl -fu lavad -o cat
```

&#x20;                                    **GitHub**

<https://github.com/lavanet/lava/tags>
