Updates are available for information. Boot via State sync or Snapshot to avoid installing all updates. In this case, you must use the actual version of the binary file and genesis
UPD 🕊 on (Update Height: )
cd $HOME/axoned
git pull
git checkout v5.0.0
make build
$HOME/axoned/target/dist/axoned version --long | grep -e version -e commit
#version:
#commit:
# AFTER THE NETWORK IS STOPPED ON THE REQUIRED BLOCK!!!
systemctl stop axoned
mv $HOME/axoned/target/dist/axoned $(which axoned)
axoned version --long | grep -e version -e commit
#
systemctl restart axoned && journalctl -u axoned -f -o cat