cd $HOME/nibiru/
git fetch --all
git checkout v2.2.0-p1
make install
nibid version --long | grep -e commit -e version
#version: v2.2.0-p1
#commit: 02795698b047305b8f557d04b8fcbb2ec1c27749
systemctl restart nibid && journalctl -fu nibid -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'