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

# Upgrade

***🟢UPDATE🟢*****&#x20;28.11.24**&#x20;

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

```python
cd $HOME/galactica
git fetch --all
git checkout v0.2.7
make install
galacticad version --long | grep -e commit -e version
#version: 0.2.7
#commit: da411a7a648f2cdd1bf7961b35272218a0c5b92f
sudo systemctl restart galacticad && sudo journalctl -fu galacticad -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/Galactica-corp/galactica/tags>
