We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc5f2e commit d26d3b3Copy full SHA for d26d3b3
src/Core/GraphConstants.php
@@ -24,7 +24,7 @@ final class GraphConstants
24
const REST_ENDPOINT = "https://graph.microsoft.com/";
25
26
// Define HTTP request constants
27
- const SDK_VERSION = "1.5.0";
+ const SDK_VERSION = "1.6.0";
28
29
// Define error constants
30
const MAX_PAGE_SIZE = 999;
0 commit comments