diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index a48ac29fc5d..c30703ca3f7 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -24,7 +24,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.9.0"; + const SDK_VERSION = "1.10.0"; // Define error constants const MAX_PAGE_SIZE = 999;