Skip to content

Commit 6336c99

Browse files
chore: v1.13.14-0.3.0
1 parent ba9ab53 commit 6336c99

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
@@ -21,7 +21,7 @@ const (
2121
LibEVMVersionMinor = 3
2222
LibEVMVersionPatch = 0
2323

24-
LibEVMReleaseType ReleaseType = BetaRelease
24+
LibEVMReleaseType ReleaseType = ProductionRelease
2525
libEVMReleaseCandidate uint = 0 // ignored unless [LibEVMReleaseType] == [ReleaseCandidate]
2626
)
2727

@@ -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.release"
5252

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

0 commit comments

Comments
 (0)