Skip to content

Commit

Permalink
prepare for release v0.6.10 (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Sep 17, 2024
1 parent 787b16b commit e8add1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions compatibility.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rpcChainVMProtocolVersion": {
"v0.6.10": 37,
"v0.6.9": 37,
"v0.6.8": 36,
"v0.6.7": 35,
Expand Down
2 changes: 1 addition & 1 deletion plugin/evm/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e8add1b

Please sign in to comment.