We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4516785 commit a3af790Copy full SHA for a3af790
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.7.0";
+ const SDK_VERSION = "1.9.0";
28
29
// Define error constants
30
const MAX_PAGE_SIZE = 999;
0 commit comments