Skip to content

Commit 387bbc1

Browse files
authored
bump versions (#1419)
1 parent 9d4ef1a commit 387bbc1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
3131
[v0.6.10] [email protected] (Protocol Version: 37)
3232
[v0.6.11] [email protected] (Protocol Version: 37)
3333
[v0.6.12] [email protected]/v1.12.0 (Protocol Version: 38)
34-
[v0.7.0] [email protected] (Protocol Version: 38)
34+
[v0.7.0] [email protected] (Protocol Version: 38)
35+
[v0.7.1] [email protected] (Protocol Version: 38)
3536
```
3637

3738
## 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.7.1": 38,
34
"v0.7.0": 38,
45
"v0.6.12": 38,
56
"v0.6.11": 37,

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.7.0"
14+
Version string = "v0.7.1"
1515
)
1616

1717
func init() {

0 commit comments

Comments
 (0)