From 25cf2b3e54f5454cde6d6e0b4729d293c27b94ef Mon Sep 17 00:00:00 2001 From: Silas Kenneth Date: Wed, 22 May 2024 13:01:22 +0300 Subject: [PATCH] Update version number in relevant files. --- README.md | 2 +- src/GraphConstants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aae153d27c9..eb09c4cdfad 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file: { "require": { // x-release-please-start-version - "microsoft/microsoft-graph": "^2.9.0" + "microsoft/microsoft-graph": "^2.10.0" // x-release-please-end--> } } diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 972e6c580cb..a16881e88c3 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -20,6 +20,6 @@ final class GraphConstants { const API_VERSION = "v1.0"; // x-release-please-start-version - const SDK_VERSION = "2.9.0"; + const SDK_VERSION = "2.10.0"; // x-release-please-end }