From bc4f2f69d1ce4e4442015da9e638ec569a29533d Mon Sep 17 00:00:00 2001 From: aaronbuchwald Date: Tue, 1 Nov 2022 09:45:06 -0400 Subject: [PATCH] Bump version to v0.4.2 (#328) --- scripts/versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/versions.sh b/scripts/versions.sh index 9922247b1d..b69723e12a 100644 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Set up the versions to be used -subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.4.1'} +subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.4.2'} # Don't export them as they're used in the context of other calls avalanche_version=${AVALANCHE_VERSION:-'v1.9.1'} network_runner_version=${NETWORK_RUNNER_VERSION:-'bb4b661ac88ebe50ab719424eecc1a55e01e7019'}