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

# Upgrade

***🟢UPDATE🟢*****&#x20;23.10.24**&#x20;

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

```python
cd $HOME/andromedad
git pull
git checkout v2.0.0
make install
andromedad version --long | grep -e version -e commit
#commit: d4a545873e26f920f26e5ce54798f580e9846c9d
#version: 2.0.0
sudo systemctl restart andromedad && sudo journalctl -fu andromedad -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/andromedaprotocol/andromedad/tags>
