Skip to content

Commit

Permalink
Update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Nasonov committed Jun 19, 2023
1 parent abeaa04 commit 60783fe
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
Expand Up @@ -2,7 +2,7 @@
"name": "gigya/php-sdk",
"description": "PHP SDK for Gigya",
"type": "library",
"version": "3.0.6",
"version": "3.0.7",
"license": "Apache-2.0",
"require": {
"php": ">=8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/GSRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class GSRequest
private static $cafile;

const DEFAULT_API_DOMAIN = "us1.gigya.com";
const version = "3.0.5";
const version = "3.0.7";

private $host;
private $domain;
Expand Down

0 comments on commit 60783fe

Please sign in to comment.