Skip to content

Commit

Permalink
Bump SDK version in GraphConstants.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu authored Mar 21, 2023
1 parent 203970f commit c1057e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class GraphConstants
const REST_ENDPOINT = "https://graph.microsoft.com/";

// Define HTTP request constants
const SDK_VERSION = "1.91.0";
const SDK_VERSION = "1.92.0";

// Define error constants
const MAX_PAGE_SIZE = 999;
Expand Down

0 comments on commit c1057e6

Please sign in to comment.