File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ const (
21
21
LibEVMVersionMinor = 3
22
22
LibEVMVersionPatch = 0
23
23
24
- LibEVMReleaseType ReleaseType = BetaRelease
25
- libEVMReleaseCandidate uint = 0 // ignored unless [LibEVMReleaseType] == [ReleaseCandidate]
24
+ LibEVMReleaseType ReleaseType = ReleaseCandidate
25
+ libEVMReleaseCandidate uint = 1 // ignored unless [LibEVMReleaseType] == [ReleaseCandidate]
26
26
)
27
27
28
28
// LibEVMVersion holds the textual version string of `libevm` modifications.
@@ -48,7 +48,7 @@ const (
48
48
// triplet.
49
49
//
50
50
// [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 "
52
52
53
53
// A ReleaseType is a suffix for [LibEVMVersion].
54
54
type ReleaseType string
You can’t perform that action at this time.
0 commit comments