Skip to content

Commit 8bcd1c3

Browse files
Update GraphConstants.php
1 parent 814a852 commit 8bcd1c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Core/GraphConstants.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @package Microsoft.Graph
1212
* @copyright 2019 Microsoft Corporation
1313
* @license https://opensource.org/licenses/MIT MIT License
14-
* @version GIT: 1.11.0
14+
* @version GIT: 1.12.0
1515
* @link https://graph.microsoft.io/
1616
*/
1717

@@ -24,7 +24,7 @@ final class GraphConstants
2424
const REST_ENDPOINT = "https://graph.microsoft.com/";
2525

2626
// Define HTTP request constants
27-
const SDK_VERSION = "1.11.0";
27+
const SDK_VERSION = "1.12.0";
2828

2929
// Define error constants
3030
const MAX_PAGE_SIZE = 999;
@@ -44,4 +44,4 @@ final class GraphConstants
4444

4545
// Define server error constants
4646
const UNABLE_TO_PARSE_RESPONSE = "The HTTP client sent back an invalid response";
47-
}
47+
}

0 commit comments

Comments
 (0)