From e8add1b2f2f5c75bb169ab7c34edb8b9ddfda6ff Mon Sep 17 00:00:00 2001 From: Ceyhun Onur Date: Tue, 17 Sep 2024 09:22:32 -0400 Subject: [PATCH] prepare for release v0.6.10 (#1346) --- README.md | 1 + compatibility.json | 1 + plugin/evm/version.go | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5571a937c..11fe3fb65e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and [v0.6.7] AvalancheGo@v1.11.3-v1.11.9 (Protocol Version: 35) [v0.6.8] AvalancheGo@v1.11.10 (Protocol Version: 36) [v0.6.9] AvalancheGo@v1.11.11 (Protocol Version: 37) +[v0.6.10] AvalancheGo@v1.11.11 (Protocol Version: 37) ``` ## API diff --git a/compatibility.json b/compatibility.json index 9e150a8646..314b703cf5 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1,5 +1,6 @@ { "rpcChainVMProtocolVersion": { + "v0.6.10": 37, "v0.6.9": 37, "v0.6.8": 36, "v0.6.7": 35, diff --git a/plugin/evm/version.go b/plugin/evm/version.go index 236797f3e7..a30985a7c4 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 Subnet EVM - Version string = "v0.6.9" + Version string = "v0.6.10" ) func init() {