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

# Upgrade

***🟢UPDATE🟢*****&#x20;11.02.25**

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

```python
cd $HOME/umee
git fetch --all
git checkout v6.7.3
make install
umeed version --long | grep -e commit -e version
#version: 6.7.3
#commit: 1d7df39293fe1e3d1ac4fdecd11de38bdff213e4
sudo systemctl restart umeed && journalctl -fu umeed -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/umee-network/umee/tags>
