Skip to content

Commit b5252ad

Browse files
committed
chore: v1.13.14-0.3.0.rc.2
1 parent 92227cf commit b5252ad

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
@@ -22,7 +22,7 @@ const (
2222
LibEVMVersionPatch = 0
2323

2424
LibEVMReleaseType ReleaseType = ReleaseCandidate
25-
libEVMReleaseCandidate uint = 1 // ignored unless [LibEVMReleaseType] == [ReleaseCandidate]
25+
libEVMReleaseCandidate uint = 2 // ignored unless [LibEVMReleaseType] == [ReleaseCandidate]
2626
)
2727

2828
// LibEVMVersion holds the textual version string of `libevm` modifications.
@@ -48,7 +48,7 @@ const (
4848
// triplet.
4949
//
5050
// [semver v2]: https://semver.org/
51-
const LibEVMVersion = "1.13.14-0.3.0.rc.1"
51+
const LibEVMVersion = "1.13.14-0.3.0.rc.2"
5252

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

0 commit comments

Comments
 (0)