From 6b91e5a2538f7cc62beb4fd11d4f1dcc387a0210 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 17 Oct 2023 10:10:36 +0000 Subject: [PATCH] Bump SDK version --- README.md | 2 +- src/Core/GraphConstants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;