diff --git a/scripts/versions.sh b/scripts/versions.sh index 423f662493..5454b385fa 100644 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Set up the versions to be used -subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.2.1'} +subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.2.2'} # Don't export them as they're used in the context of other calls avalanche_version=${AVALANCHE_VERSION:-'v1.7.10'}