From 2f81c910d179e9248ae0f134d14e69a16ddb55a0 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 12 Nov 2021 14:08:11 -0800 Subject: [PATCH] - fixes version number --- graph_request_adapter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.