diff --git a/README.md b/README.md index 568bfbf7dc..624c12837d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and [v0.6.9] AvalancheGo@v1.11.11-v1.11.12 (Protocol Version: 37) [v0.6.10] AvalancheGo@v1.11.11-v1.11.12 (Protocol Version: 37) [v0.6.11] AvalancheGo@v1.11.11-v1.11.12 (Protocol Version: 37) -[v0.6.12] AvalancheGo@v1.11.13/v1.12.0-fuji (Protocol Version: 38) +[v0.6.12] AvalancheGo@v1.11.13/v1.12.0 (Protocol Version: 38) +[v0.7.0] AvalancheGo@v1.12.0 (Protocol Version: 38) ``` ## API diff --git a/compatibility.json b/compatibility.json index f735a579fa..ec56a217d2 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1,5 +1,6 @@ { "rpcChainVMProtocolVersion": { + "v0.7.0": 38, "v0.6.12": 38, "v0.6.11": 37, "v0.6.10": 37, diff --git a/plugin/evm/version.go b/plugin/evm/version.go index 619db5485a..c3387afeb5 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.12" + Version string = "v0.7.0" ) func init() {