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 v (Update Height: )
cd $HOME/xrpl
git pull
git checkout v
make build
$HOME/xrpl/build/exrpd version --long | grep -e version -e commit
# version: v
# commit:
# AFTER STOPPING THE NETWORK ON THE REQUIRED BLOCK!
systemctl stop exrpd
mv $HOME/xrpl/build/exrpd $(which exrpd)
exrpd version --long | grep -e version -e commit
#
systemctl restart exrpd && journalctl -u exrpd -f -o cat