Skip to content

Commit 23ab992

Browse files
authored
chore: add v1.0.1 to retraction list (#2904)
In order to roll out retraction for v1.0.0, we need to deploy and retract higher version of v1.0.1.
1 parent 55e52e4 commit 23ab992

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ require (
7777
gopkg.in/warnings.v0 v0.1.2 // indirect
7878
)
7979

80-
retract v1.0.0 // Retracted because the 1.0.0 release was published prematurely.
80+
retract (
81+
v1.0.1 // Version bump to roll out retractions only.
82+
v1.0.0 // Retracted because the 1.0.0 release was published prematurely.
83+
)

0 commit comments

Comments
 (0)