Skip to content

Commit ef99729

Browse files
authored
Merge pull request #148 from microsoftgraph/dev
Release 2.0.0-RC11
2 parents 549db9b + 6ed9e75 commit ef99729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class GraphConstants
2525
const REST_ENDPOINT = "https://graph.microsoft.com/";
2626

2727
// Define HTTP request constants
28-
const SDK_VERSION = "2.0.0-RC10";
28+
const SDK_VERSION = "2.0.0-RC11";
2929

3030
// Define error constants
3131
const MAX_PAGE_SIZE = 999;

0 commit comments

Comments
 (0)