Skip to content

Commit

Permalink
Merge pull request #11 from microsoftgraph/hotfix/version-bump
Browse files Browse the repository at this point in the history
- bumps patch version
  • Loading branch information
baywet authored Nov 10, 2021
2 parents d94204e + 7df7234 commit 3904830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions graph_request_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var clientOptions = core.GraphClientOptions{
GraphServiceVersion: "beta",
GraphServiceLibraryVersion: "0.1.0",
GraphServiceLibraryVersion: "0.1.1",
}

// GraphRequestAdapter is the core service used by GraphServiceClient to make requests to Microsoft Graph.
Expand Down Expand Up @@ -67,4 +67,3 @@ func NewGraphRequestAdapterWithParseNodeFactoryAndSerializationWriterFactoryAndH

return result, nil
}

0 comments on commit 3904830

Please sign in to comment.