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 }