Skip to content

Commit 77a80d9

Browse files
committed
Version bump.
1 parent d66784a commit 77a80d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saintsystems/odata-client",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Saint Systems OData Client for PHP",
55
"keywords": [
66
"odata",

src/Constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class Constants
2121
{
22-
const SDK_VERSION = '0.7.1';
22+
const SDK_VERSION = '0.7.2';
2323

2424
// ODATA Versions to be used when accessing the Web API (see: https://msdn.microsoft.com/en-us/library/gg334391.aspx)
2525
const MAX_ODATA_VERSION = '4.0';

0 commit comments

Comments
 (0)