Skip to content

Commit

Permalink
Start v0.4.5 release cycle (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Nov 30, 2022
1 parent b6b4f7d commit 5faabfe
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 @@ -34,7 +34,8 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
[v0.4.0] AvalancheGo@v1.9.0 (Protocol Version: 17)
[v0.4.1] AvalancheGo@v1.9.1 (Protocol Version: 18)
[v0.4.2] AvalancheGo@v1.9.1 (Protocol Version: 18)
[v0.4.3] AvalancheGo@v1.9.2 (Protocol Version: 19)
[v0.4.3] AvalancheGo@v1.9.2-v1.9.3 (Protocol Version: 19)
[v0.4.4] AvalancheGo@v1.9.2-v1.9.3 (Protocol Version: 19)
```

## 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.4.5": 19,
"v0.4.4": 19,
"v0.4.3": 19,
"v0.4.2": 18,
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.4.4"
Version string = "v0.4.5"
)

func init() {
Expand Down

0 comments on commit 5faabfe

Please sign in to comment.