diff --git a/composer.json b/composer.json index d6408d7..8940691 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.4", + "version": "3.0.5", "license": "Apache-2.0", "require": { "php": ">=8.0", diff --git a/src/GSRequest.php b/src/GSRequest.php index 1ceee6d..16cbcc9 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.4"; + const version = "3.0.5"; private $host; private $domain;