# Upgrade

***🟢UPDATE🟢*****&#x20;04.03.25**

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

```python
cd $HOME
curl -LO https://github.com/empe-io/empe-chain-releases/raw/master/v0.3.0/emped_v0.3.0_linux_amd64.tar.gz
tar -xvf emped_v0.3.0_linux_amd64.tar.gz
rm -rf emped_v0.3.0_linux_amd64.tar.gz
chmod +x emped
mv emped $(which emped)
emped version --long | grep -e commit -e version
#version: 0.3.0
#commit: 175bb46dcc1c9ac8b7457fe7b477cfeb0c914ff7
sudo systemctl restart emped && sudo journalctl -fu emped -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/empe-io/empe-chain>
