Skip to content

Commit

Permalink
chore: set version to v1.13.14-0.1.0.rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Feb 14, 2025
1 parent 22af99b commit 879e47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions params/version.libevm.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const (
LibEVMVersionMinor = 1
LibEVMVersionPatch = 0

libEVMReleaseType releaseType = betaRelease
libEVMReleaseCandidate uint = 0 // ignored unless [libEVMReleaseType] == [releaseCandidate]
libEVMReleaseType releaseType = releaseCandidate
libEVMReleaseCandidate uint = 3 // ignored unless [libEVMReleaseType] == [releaseCandidate]
)

// LibEVMVersion holds the textual version string of `libevm` modifications.
Expand Down
2 changes: 1 addition & 1 deletion params/version.libevm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestLibEVMVersioning(t *testing.T) {

// This is a deliberate change-detector test to provide us with a copyable
// string of the current version, useful for git tagging.
const curr = "1.13.14-0.1.0.beta"
const curr = "1.13.14-0.1.0.rc.3"
if got, want := LibEVMVersion, curr; got != want {
t.Errorf("got LibEVMVersion %q; want %q", got, want)
}
Expand Down

0 comments on commit 879e47f

Please sign in to comment.