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

# Upgrade

***🟢UPDATE🟢*****&#x20;03.06.24**&#x20;

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

```python
cd $HOME/lum
git pull
git checkout v1.6.7
make install
lumd version --long | grep -e commit -e version
#version: 1.6.7
#commit: 54363624e7d24444ac6578d06c4606352288997b
sudo systemctl restart lumd && sudo journalctl -fu lumd -o cat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
```

&#x20;                              **GitHub**

<https://github.com/lum-network/chain/tags>
