Skip to content

Commit

Permalink
Update version to 1.7.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
MIchaelMainer authored Jan 23, 2019
1 parent 24bc4df commit b71ee60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Core/GraphConstants.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved.
* Licensed under the MIT License. See License in the project root
* Copyright (c) Microsoft Corporation. All Rights Reserved.
* Licensed under the MIT License. See License in the project root
* for license information.
*
*
* Constants File
* PHP version 7
*
Expand All @@ -24,7 +24,7 @@ final class GraphConstants
const REST_ENDPOINT = "https://graph.microsoft.com/";

// Define HTTP request constants
const SDK_VERSION = "1.6.0";
const SDK_VERSION = "1.7.0";

// Define error constants
const MAX_PAGE_SIZE = 999;
Expand All @@ -44,4 +44,4 @@ final class GraphConstants

// Define server error constants
const UNABLE_TO_PARSE_RESPONSE = "The HTTP client sent back an invalid response";
}
}

0 comments on commit b71ee60

Please sign in to comment.