Skip to content

Commit

Permalink
Merge pull request #433 from microsoftgraph/fix/recall-versions
Browse files Browse the repository at this point in the history
Recall release versions 0.105.0 and 0.105.1
  • Loading branch information
baywet authored Jun 25, 2024
2 parents 8f99bb7 + bdd3556 commit f3d2143
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ require (
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract (
v0.105.0
// release contains a unintentined breaking change in name of classes
v0.105.1
// release contains a unintentined breaking change in name of classes
)

0 comments on commit f3d2143

Please sign in to comment.