From e6e75a909062973b5e8ef5631333025b0feb4f56 Mon Sep 17 00:00:00 2001 From: Joshua Kim <20001595+joshua-kim@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:06:06 -0400 Subject: [PATCH] nit Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com> --- examples/morpheusvm/scripts/run.sh | 2 +- examples/vmwithcontracts/scripts/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/morpheusvm/scripts/run.sh b/examples/morpheusvm/scripts/run.sh index 7cebbfaf0c..856e9b8d77 100755 --- a/examples/morpheusvm/scripts/run.sh +++ b/examples/morpheusvm/scripts/run.sh @@ -17,7 +17,7 @@ source ../../scripts/constants.sh # shellcheck source=/scripts/common/utils.sh source ../../scripts/common/utils.sh -VERSION=d729e5c7ef9f008c3e89cd7131148ad3acda2e34 +VERSION=v1.11.12-rc.2 ############################ # build avalanchego diff --git a/examples/vmwithcontracts/scripts/run.sh b/examples/vmwithcontracts/scripts/run.sh index 6370f00175..2eb833c460 100755 --- a/examples/vmwithcontracts/scripts/run.sh +++ b/examples/vmwithcontracts/scripts/run.sh @@ -17,7 +17,7 @@ source ../../scripts/constants.sh # shellcheck source=/scripts/common/utils.sh source ../../scripts/common/utils.sh -VERSION=d729e5c7ef9f008c3e89cd7131148ad3acda2e34 +VERSION=v1.11.12-rc.2 ############################ # build avalanchego