From f2a93bc8a40d237b1a8ce86ac37edff0dea0d5aa Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 29 Nov 2023 19:07:27 -0500 Subject: [PATCH] - bumps patch version --- composer.json | 2 +- src/GraphConstants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }