From 037e7e71219dfdc0fec72eb60a10687638c45fa4 Mon Sep 17 00:00:00 2001 From: StephenButtolph Date: Mon, 22 Nov 2021 20:46:19 -0500 Subject: [PATCH] bumped coreth version --- scripts/versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/versions.sh b/scripts/versions.sh index b9fb6a99b6d9..5b664044fe4f 100644 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -7,4 +7,4 @@ # Set up the versions to be used # Don't export them as their used in the context of other calls -coreth_version=${CORETH_VERSION:-'v0.8.0-rc.1'} +coreth_version=${CORETH_VERSION:-'v0.8.0-rc.2'}