github.com/MetalBlockchain/subnet-evm@v0.4.9/scripts/versions.sh (about) 1 #!/usr/bin/env bash 2 3 # Set up the versions to be used - populate ENV variables only if they are not already populated 4 SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.4.9'} 5 # Don't export them as they're used in the context of other calls 6 METALGO_VERSION=${METAL_VERSION:-'v1.9.8'} 7 GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'} 8 9 # This won't be used, but it's here to make code syncs easier 10 LATEST_CORETH_VERSION=0.11.6