From 6318cf39013b11bc05783cb2ac777b0411737c89 Mon Sep 17 00:00:00 2001 From: aaronbuchwald Date: Tue, 19 Jul 2022 20:15:01 -0400 Subject: [PATCH] Bump verion to v0.8.14 (#866) --- plugin/evm/version.go | 2 +- scripts/versions.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/evm/version.go b/plugin/evm/version.go index a28bb8c51b..6f287e1e50 100644 --- a/plugin/evm/version.go +++ b/plugin/evm/version.go @@ -11,7 +11,7 @@ var ( // GitCommit is set by the build script GitCommit string // Version is the version of Coreth - Version string = "v0.8.13" + Version string = "v0.8.14" ) func init() { diff --git a/scripts/versions.sh b/scripts/versions.sh index 1bfc6fdf94..10aaf06d16 100644 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Set up the versions to be used -coreth_version=${CORETH_VERSION:-'v0.8.13'} +coreth_version=${CORETH_VERSION:-'v0.8.14'} # Don't export them as they're used in the context of other calls avalanche_version=${AVALANCHE_VERSION:-'v1.7.14-rc.8'}