diff --git a/README.md b/README.md index 3d6f530c4a3..28894260c2c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof ``` { "require": { - "microsoft/microsoft-graph": "^1.106.0" + "microsoft/microsoft-graph": "^1.107.0" } } ``` diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index 177f81ab950..ba518fd7a23 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -23,7 +23,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.106.0"; + const SDK_VERSION = "1.107.0"; // Define error constants const MAX_PAGE_SIZE = 999;