Skip to content

Commit

Permalink
(WIP) adding +incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
hndada committed Nov 6, 2022
1 parent 60b959c commit 51f7e56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ require (
)

retract v1.0.1 // Put the version carelessly.
retract v1.0.2 // For retracking v1.0.1.
retract v1.0.2 // For retracting v1.0.1.
retract v1.0.3 // For adding suffix "+incompatible"
retract [v1.0.1+incompatible, v1.0.3+incompatible]
retract [v1.0.1, v1.0.3]

0 comments on commit 51f7e56

Please sign in to comment.