Skip to content

Commit

Permalink
Update GraphConstants.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MIchaelMainer authored Oct 29, 2019
1 parent 814a852 commit 8bcd1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Core/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Microsoft.Graph
* @copyright 2019 Microsoft Corporation
* @license https://opensource.org/licenses/MIT MIT License
* @version GIT: 1.11.0
* @version GIT: 1.12.0
* @link https://graph.microsoft.io/
*/

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

// Define HTTP request constants
const SDK_VERSION = "1.11.0";
const SDK_VERSION = "1.12.0";

// Define error constants
const MAX_PAGE_SIZE = 999;
Expand All @@ -44,4 +44,4 @@ final class GraphConstants

// Define server error constants
const UNABLE_TO_PARSE_RESPONSE = "The HTTP client sent back an invalid response";
}
}

0 comments on commit 8bcd1c3

Please sign in to comment.