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
This commit is contained in:
Austin Larson 2025-12-10 16:06:15 -05:00 committed by GitHub
parent 749b6cefda
commit b8e76562a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ package params
const (
LibEVMVersionMajor = 0
LibEVMVersionMinor = 3
LibEVMVersionMinor = 4
LibEVMVersionPatch = 0
LibEVMReleaseType ReleaseType = BetaRelease
@ -48,7 +48,7 @@ const (
// triplet.
//
// [semver v2]: https://semver.org/
const LibEVMVersion = "1.13.14-0.3.0.beta"
const LibEVMVersion = "1.13.14-0.4.0.beta"
// A ReleaseType is a suffix for [LibEVMVersion].
type ReleaseType string