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;