diff --git a/.gitattributes b/.gitattributes index 80b1920c..b438beeb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,12 @@ /vendor export-ignore .gitattributes export-ignore .gitignore export-ignore +/.github export-ignore +/.vscode export-ignore +/scripts export-ignore +/tests export-ignore +.editorconfig export-ignore +sonar-project.properties export-ignore +phpunit.xml export-ignore +phpstan.neon export-ignore +phpdoc.dist.xml export-ignore diff --git a/src/GraphConstants.php b/src/GraphConstants.php index f34a6681..dfa6419e 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -25,7 +25,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "2.0.2"; + const SDK_VERSION = "2.0.3"; // Define error constants const MAX_PAGE_SIZE = 999;