diff --git a/README.md b/README.md index 656793f5970..54ea218dd9c 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.108.0" + "microsoft/microsoft-graph": "^1.109.0" } } ``` diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index f29a3a0db4d..c728a9cf34f 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.108.0"; + const SDK_VERSION = "1.109.0"; // Define error constants const MAX_PAGE_SIZE = 999;