We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89365fb commit 4553378Copy full SHA for 4553378
src/GraphConstants.php
@@ -25,7 +25,7 @@ final class GraphConstants
25
const REST_ENDPOINT = "https://graph.microsoft.com/";
26
27
// Define HTTP request constants
28
- const SDK_VERSION = "2.0.2";
+ const SDK_VERSION = "2.0.3";
29
30
// Define error constants
31
const MAX_PAGE_SIZE = 999;
0 commit comments