From c1057e631e4025d5f6b21aa3ed8030d8024201a1 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Tue, 21 Mar 2023 16:26:39 +0300 Subject: [PATCH] Bump SDK version in GraphConstants.php --- src/Core/GraphConstants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index d16b40c4984..86d232c83d9 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -23,7 +23,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.91.0"; + const SDK_VERSION = "1.92.0"; // Define error constants const MAX_PAGE_SIZE = 999;