From 2bdd430d874c292842d7c95eca90e23ef12a3fa6 Mon Sep 17 00:00:00 2001 From: Patrick O'Grady Date: Tue, 1 Mar 2022 22:19:17 -0800 Subject: [PATCH] update version --- scripts/versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/versions.sh b/scripts/versions.sh index c681f782f2..76bc5d2993 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.1.2-rc0'} +subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.1.2-rc.0'} # Don't export them as they're used in the context of other calls avalanche_version=${AVALANCHE_VERSION:-'v1.7.5'}