From 77a80d982b5bc243fb9b7cd9e04d10f4e5f69cae Mon Sep 17 00:00:00 2001 From: Adam Anderly Date: Fri, 29 Sep 2023 09:30:17 -0500 Subject: [PATCH] Version bump. --- composer.json | 2 +- src/Constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8c38670..12be32f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "saintsystems/odata-client", - "version": "0.7.1", + "version": "0.7.2", "description": "Saint Systems OData Client for PHP", "keywords": [ "odata", diff --git a/src/Constants.php b/src/Constants.php index 4a7996f..dc58001 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -19,7 +19,7 @@ class Constants { - const SDK_VERSION = '0.7.1'; + const SDK_VERSION = '0.7.2'; // ODATA Versions to be used when accessing the Web API (see: https://msdn.microsoft.com/en-us/library/gg334391.aspx) const MAX_ODATA_VERSION = '4.0';