Skip to content

Commit b8e7656

Browse files
authored
chore: bump libevm to v0.4.0 for rcs (#246)
## Why this should be merged Prep for future RCs. ## How this works Self documenting, really ## How this was tested CI
1 parent 749b6ce commit b8e7656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.libevm.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package params
1818

1919
const (
2020
LibEVMVersionMajor = 0
21-
LibEVMVersionMinor = 3
21+
LibEVMVersionMinor = 4
2222
LibEVMVersionPatch = 0
2323

2424
LibEVMReleaseType ReleaseType = BetaRelease
@@ -48,7 +48,7 @@ const (
4848
// triplet.
4949
//
5050
// [semver v2]: https://semver.org/
51-
const LibEVMVersion = "1.13.14-0.3.0.beta"
51+
const LibEVMVersion = "1.13.14-0.4.0.beta"
5252

5353
// A ReleaseType is a suffix for [LibEVMVersion].
5454
type ReleaseType string

0 commit comments

Comments
 (0)