We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66784a commit 77a80d9Copy full SHA for 77a80d9
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "saintsystems/odata-client",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "Saint Systems OData Client for PHP",
5
"keywords": [
6
"odata",
src/Constants.php
@@ -19,7 +19,7 @@
19
20
class Constants
21
22
- const SDK_VERSION = '0.7.1';
+ const SDK_VERSION = '0.7.2';
23
24
// ODATA Versions to be used when accessing the Web API (see: https://msdn.microsoft.com/en-us/library/gg334391.aspx)
25
const MAX_ODATA_VERSION = '4.0';
0 commit comments