From a7d8af5d4c0b490fff95ff0fc2d33cd7a2a39c40 Mon Sep 17 00:00:00 2001 From: Yan Nasonov Date: Tue, 28 Mar 2023 11:33:56 +0300 Subject: [PATCH] Update version tag --- composer.json | 2 +- src/GSRequest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;