Can’t get the Cardano-Cli to upgrade, Cardano-node upgrades fine to 10.1.4.
using:
cd ~/git
git clone https://github.com/intersectmbo/cardano-node
cd cardano-node
git fetch --tags --recurse-submodules --all
git pull
# Replace tag against checkout if you do not want to build the latest released version, we recommend using battle tested node versions - which may not always be latest
git checkout $(curl -sLf https://api.github.com/repos/intersectmbo/cardano-node/releases/latest | jq -r .tag_name)
# Use `-l` argument if you'd like to use system libsodium instead of IOG fork of libsodium while compiling
$CNODE_HOME/scripts/cabal-build-all.sh