cd $HOME/juno
git fetch --tags && git checkout v28.0.0
make install
junod version --long | grep -e version -e commit
#version: v28.0.1
#commit: 75bb6c682de04f294cf2793d41f23c90f2d9c068
sudo systemctl restart junod && sudo journalctl -fu junod -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'