Skip to content

Commit 3735f43

Browse files
committed
chore: v1.13.14-0.3.0.rc.1
1 parent 263186c commit 3735f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

params/version.libevm.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const (
2121
LibEVMVersionMinor = 3
2222
LibEVMVersionPatch = 0
2323

24-
LibEVMReleaseType ReleaseType = BetaRelease
25-
libEVMReleaseCandidate uint = 0 // ignored unless [LibEVMReleaseType] == [ReleaseCandidate]
24+
LibEVMReleaseType ReleaseType = ReleaseCandidate
25+
libEVMReleaseCandidate uint = 1 // 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.beta"
51+
const LibEVMVersion = "1.13.14-0.3.0.rc.1"
5252

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

0 commit comments

Comments
 (0)