diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 2c22aa8b294..0235052c624 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -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.