diff --git a/composer.json b/composer.json index 22c6a1dbc2c..6d833eb60d7 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^8.0 || ^7.4", - "microsoft/microsoft-graph-core": "2.0.0" + "microsoft/microsoft-graph-core": "^2.0.2" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0", diff --git a/src/GraphConstants.php b/src/GraphConstants.php index fe62e542abe..e7f28343d4a 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -19,5 +19,5 @@ final class GraphConstants { const API_VERSION = "v1.0"; - const SDK_VERSION = "2.0.0"; + const SDK_VERSION = "2.0.1"; }