mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-21 22:24:32 +00:00
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:
parent
749b6cefda
commit
b8e76562a3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue