Skip to content

Commit

Permalink
Bump SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Oct 10, 2023
1 parent 729a6de commit c95ede7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ You can install the PHP SDK with Composer by editing your `composer.json` file:
{
"minimum-stability": "RC",
"require": {
"microsoft/microsoft-graph": "^2.0.0-RC26",
"microsoft/microsoft-graph": "^2.0.0-RC27",
}
}
```
OR
```
{
"require": {
"microsoft/microsoft-graph": "^2.0.0-RC26",
"microsoft/microsoft-graph": "^2.0.0-RC27",
"microsoft/microsoft-graph-core": "@RC"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
final class GraphConstants
{
const API_VERSION = "v1.0";
const SDK_VERSION = "2.0.0-RC26";
const SDK_VERSION = "2.0.0-RC27";
}

0 comments on commit c95ede7

Please sign in to comment.