Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
anderly committed Sep 8, 2023
1 parent c34498a commit 0c0acca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saintsystems/odata-client",
"version": "0.6.7",
"version": "0.7.0",
"description": "Saint Systems OData Client for PHP",
"keywords": [
"odata",
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class Constants
{
const SDK_VERSION = '0.6.7';
const SDK_VERSION = '0.7.0';

// 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';
Expand Down

0 comments on commit 0c0acca

Please sign in to comment.