Skip to content

Commit

Permalink
- fixes version number
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Nov 12, 2021
1 parent bb0739d commit 2f81c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.2.0",
GraphServiceLibraryVersion: "0.1.2",
}

// GraphRequestAdapter is the core service used by GraphServiceClient to make requests to Microsoft Graph.
Expand Down

0 comments on commit 2f81c91

Please sign in to comment.