Skip to content

Commit 7e619a8

Browse files
committed
chore: retract v1.13.14-0.1.0-rc.1 (not security related)
The pre-release portion of semver is everything after the `[patch]-` hyphen, with every part being dot-separated. This causes `0.1.0-rc.1` to be considered higher than `0.1.0.rc-2`, which used the corrected format. In the future we SHOULD actually use `.rc.[numeric]` to properly order release candidates numerically by their final part (mea culpa).
1 parent c2f1269 commit 7e619a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/ava-labs/libevm
22

33
go 1.20
44

5+
retract v1.13.14-0.1.0-rc.1 // bad semver format ("0-rc" grouping) considered > .rc-2
6+
57
require (
68
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0
79
github.com/Microsoft/go-winio v0.6.1

0 commit comments

Comments
 (0)