Skip to content

Commit

Permalink
chore: add module retraction for accidental v0.6.0 tag
Browse files Browse the repository at this point in the history
This retraction prevents users from mistakenly using the incorrect v0.6.0 version. The change clarifies the intended versions available for use.
  • Loading branch information
tzdybal committed Sep 10, 2024
1 parent 2dafc50 commit b1e1896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ require (
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract v0.6.0 // tagged by accident

0 comments on commit b1e1896

Please sign in to comment.