We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814a852 commit 8bcd1c3Copy full SHA for 8bcd1c3
src/Core/GraphConstants.php
@@ -11,7 +11,7 @@
11
* @package Microsoft.Graph
12
* @copyright 2019 Microsoft Corporation
13
* @license https://opensource.org/licenses/MIT MIT License
14
-* @version GIT: 1.11.0
+* @version GIT: 1.12.0
15
* @link https://graph.microsoft.io/
16
*/
17
@@ -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.11.0";
+ const SDK_VERSION = "1.12.0";
28
29
// Define error constants
30
const MAX_PAGE_SIZE = 999;
@@ -44,4 +44,4 @@ final class GraphConstants
44
45
// Define server error constants
46
const UNABLE_TO_PARSE_RESPONSE = "The HTTP client sent back an invalid response";
47
-}
+}
0 commit comments