Skip to content

Commit e8add1b

Browse files
authored
prepare for release v0.6.10 (#1346)
1 parent 787b16b commit e8add1b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
2828
[v0.6.7] [email protected] (Protocol Version: 35)
2929
[v0.6.8] [email protected] (Protocol Version: 36)
3030
[v0.6.9] [email protected] (Protocol Version: 37)
31+
[v0.6.10] [email protected] (Protocol Version: 37)
3132
```
3233

3334
## API

compatibility.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"rpcChainVMProtocolVersion": {
3+
"v0.6.10": 37,
34
"v0.6.9": 37,
45
"v0.6.8": 36,
56
"v0.6.7": 35,

plugin/evm/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var (
1111
// GitCommit is set by the build script
1212
GitCommit string
1313
// Version is the version of Subnet EVM
14-
Version string = "v0.6.9"
14+
Version string = "v0.6.10"
1515
)
1616

1717
func init() {

0 commit comments

Comments
 (0)