# Upgrade

***🟢UPDATE🟢*****&#x20;16.10.25**

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

```python
cd $HOME
wget -O kyved https://github.com/KYVENetwork/chain/releases/download/v2.2.0/kyved_mainnet_linux_amd64
chmod +x kyved
mv kyved $(which kyved)
kyved version --long | grep -e commit -e version
#version: v2.2.0
#commit: 611fe2d48f537f7ecfb3faab34e5f47b3f65fc83
systemctl restart kyved && journalctl -fu kyved -n100 -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/KYVENetwork/chain/tags>
