github.com/dim4egster/coreth@v0.10.2/scripts/versions.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  # Set up the versions to be used
     4  coreth_version=${CORETH_VERSION:-'v0.11.0'}
     5  # Don't export them as they're used in the context of other calls
     6  avalanche_version=${AVALANCHE_VERSION:-'v1.8.5'}