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

# Upgrade

***🟢UPDATE🟢*****&#x20;05.10.24**&#x20;

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

```bash
cd $HOME/hid-node
git fetch --all
git checkout v0.3.0
make install
hid-noded version --long | grep -e version -e commit
#version: v0.3.0
#commit: ed6203b
sudo systemctl restart hid-noded && sudo journalctl -fu hid-noded -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
```

&#x20;                                    **GitHub**

<https://github.com/hypersign-protocol/hid-node/tags>
