From 578ed4b36c57abacc45b8d9830a47788ba6fce79 Mon Sep 17 00:00:00 2001 From: Michael Mainer Date: Wed, 3 Jul 2019 17:03:16 -0700 Subject: [PATCH] update version to 1.10.0 --- src/Core/GraphConstants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/GraphConstants.php b/src/Core/GraphConstants.php index a48ac29fc5d..c30703ca3f7 100644 --- a/src/Core/GraphConstants.php +++ b/src/Core/GraphConstants.php @@ -24,7 +24,7 @@ final class GraphConstants const REST_ENDPOINT = "https://graph.microsoft.com/"; // Define HTTP request constants - const SDK_VERSION = "1.9.0"; + const SDK_VERSION = "1.10.0"; // Define error constants const MAX_PAGE_SIZE = 999;