Skip to content

Commit

Permalink
bump versions (#1406)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ceyonur authored Dec 10, 2024
1 parent 843e3f7 commit ae4064a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
[v0.6.9] [email protected] (Protocol Version: 37)
[v0.6.10] [email protected] (Protocol Version: 37)
[v0.6.11] [email protected] (Protocol Version: 37)
[v0.6.12] [email protected]/v1.12.0-fuji (Protocol Version: 38)
[v0.6.12] [email protected]/v1.12.0 (Protocol Version: 38)
[v0.7.0] [email protected] (Protocol Version: 38)
```

## 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.7.0": 38,
"v0.6.12": 38,
"v0.6.11": 37,
"v0.6.10": 37,
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.12"
Version string = "v0.7.0"
)

func init() {
Expand Down

0 comments on commit ae4064a

Please sign in to comment.