From 5fcf9bbd64e2c4ed6d9242ad884dc4fbda00d108 Mon Sep 17 00:00:00 2001 From: Adam Anderly Date: Fri, 8 Sep 2023 11:44:29 -0500 Subject: [PATCH] Version bump, fix release. --- composer.json | 2 +- src/Constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d1777ca..8c38670 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "saintsystems/odata-client", - "version": "0.7.0", + "version": "0.7.1", "description": "Saint Systems OData Client for PHP", "keywords": [ "odata", diff --git a/src/Constants.php b/src/Constants.php index df170b1..4a7996f 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -19,7 +19,7 @@ class Constants { - const SDK_VERSION = '0.7.0'; + const SDK_VERSION = '0.7.1'; // 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';