Skip to content

Commit ae4064a

Browse files
authored
bump versions (#1406)
* bump avago to v1.12.0 * close database on shutdown * update release notes * rename verdb * close only if standalone db * bump avago branch version * bump avago * bump versions --------- Signed-off-by: Ceyhun Onur <[email protected]>
1 parent 843e3f7 commit ae4064a

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
@@ -30,7 +30,8 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
3030
[v0.6.9] [email protected] (Protocol Version: 37)
3131
[v0.6.10] [email protected] (Protocol Version: 37)
3232
[v0.6.11] [email protected] (Protocol Version: 37)
33-
[v0.6.12] [email protected]/v1.12.0-fuji (Protocol Version: 38)
33+
[v0.6.12] [email protected]/v1.12.0 (Protocol Version: 38)
34+
[v0.7.0] [email protected] (Protocol Version: 38)
3435
```
3536

3637
## 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.0": 38,
34
"v0.6.12": 38,
45
"v0.6.11": 37,
56
"v0.6.10": 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.6.12"
14+
Version string = "v0.7.0"
1515
)
1616

1717
func init() {

0 commit comments

Comments
 (0)