Skip to content

Commit b71ee60

Browse files
Update version to 1.7.0 (#134)
1 parent 24bc4df commit b71ee60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Core/GraphConstants.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?php
1+
<?php
22
/**
3-
* Copyright (c) Microsoft Corporation. All Rights Reserved.
4-
* Licensed under the MIT License. See License in the project root
3+
* Copyright (c) Microsoft Corporation. All Rights Reserved.
4+
* Licensed under the MIT License. See License in the project root
55
* for license information.
6-
*
6+
*
77
* Constants File
88
* PHP version 7
99
*
@@ -24,7 +24,7 @@ final class GraphConstants
2424
const REST_ENDPOINT = "https://graph.microsoft.com/";
2525

2626
// Define HTTP request constants
27-
const SDK_VERSION = "1.6.0";
27+
const SDK_VERSION = "1.7.0";
2828

2929
// Define error constants
3030
const MAX_PAGE_SIZE = 999;
@@ -44,4 +44,4 @@ final class GraphConstants
4444

4545
// Define server error constants
4646
const UNABLE_TO_PARSE_RESPONSE = "The HTTP client sent back an invalid response";
47-
}
47+
}

0 commit comments

Comments
 (0)