diff --git a/README.md b/README.md index f25f8ff207..e4fe25ccb6 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and [v0.6.0] AvalancheGo@v1.11.0-v1.11.1 (Protocol Version: 33) [v0.6.1] AvalancheGo@v1.11.0-v1.11.1 (Protocol Version: 33) [v0.6.2] AvalancheGo@v1.11.2 (Protocol Version: 34) +[v0.6.3] AvalancheGo@v1.11.2 (Protocol Version: 34) ``` ## API diff --git a/compatibility.json b/compatibility.json index 99f42b82fd..e06bb19dfc 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1,5 +1,6 @@ { "rpcChainVMProtocolVersion": { + "v0.6.3": 34, "v0.6.2": 34, "v0.6.1": 33, "v0.6.0": 33, diff --git a/plugin/evm/version.go b/plugin/evm/version.go index 83794966d1..5af85515af 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.2" + Version string = "v0.6.3" ) func init() {