 
  LFG!
This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.
        The upgrade is scheduled for Block
        23500000. It is estimated to take place
        5 days ago. A
        countdown clock is here.
                  The governance proposal is here.
              
cd shido
git pull
git checkout v3.2.0
make install# should be 3.2.0
shidod version
# Should be commit 66d91ae813514f03c65ece095a87aa00fd5cb90c
shidod version --long | grep commitmkdir -p $HOME/.shidod/cosmovisor/upgrades/v3.2.0/bin
cp $HOME/go/bin/shidod $HOME/.shidod/cosmovisor/upgrades/v3.2.0/bin# should be 3.2.0
$HOME/.shidod/cosmovisor/upgrades/v3.2.0/bin/shidod version