Skip to content

Commit 60783fe

Browse files
committed
Update version tag
1 parent abeaa04 commit 60783fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gigya/php-sdk",
33
"description": "PHP SDK for Gigya",
44
"type": "library",
5-
"version": "3.0.6",
5+
"version": "3.0.7",
66
"license": "Apache-2.0",
77
"require": {
88
"php": ">=8.0",

src/GSRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class GSRequest
1212
private static $cafile;
1313

1414
const DEFAULT_API_DOMAIN = "us1.gigya.com";
15-
const version = "3.0.5";
15+
const version = "3.0.7";
1616

1717
private $host;
1818
private $domain;

0 commit comments

Comments
 (0)