diff --git a/composer.json b/composer.json index fa4feb1..00747e8 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/GSRequest.php b/src/GSRequest.php index 16cbcc9..c8e5fda 100644 --- a/src/GSRequest.php +++ b/src/GSRequest.php @@ -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;