Skip to content

Commit

Permalink
Update version number in relevant files.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasKenneth committed May 22, 2024
1 parent e6d2818 commit 25cf2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-->
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 25cf2b3

Please sign in to comment.