Skip to content

Commit

Permalink
Start v0.4.10 release cycle (ava-labs#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Feb 21, 2023
1 parent 22d56f1 commit 9e47da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.10": 23,
"v0.4.9": 23,
"v0.4.8": 22,
"v0.4.7": 21,
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.9"
Version string = "v0.4.10"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Set up the versions to be used - populate ENV variables only if they are not already populated
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.4.9'}
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.4.10'}
# Don't export them as they're used in the context of other calls
AVALANCHEGO_VERSION=${AVALANCHE_VERSION:-'v1.9.9'}
GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'}
Expand Down

0 comments on commit 9e47da2

Please sign in to comment.