Skip to content

Commit 31d6430

Browse files
Release PHP SDK 5.0.2
1 parent 767762a commit 31d6430

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solapi/sdk",
33
"description": "SOLAPI SDK for PHP",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"type": "library",
66
"license": "MIT",
77
"autoload": {

src/Models/Request/DefaultAgent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DefaultAgent
1616

1717
public function __construct()
1818
{
19-
$this->sdkVersion = 'php/5.0.0';
19+
$this->sdkVersion = 'php/5.0.2';
2020
$this->osPlatform = PHP_OS . " | " . phpversion();
2121
}
2222
}

0 commit comments

Comments
 (0)