Skip to content

Commit 86b2dca

Browse files
Update DefaultAgent.php
1 parent 4b77933 commit 86b2dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/Request/DefaultAgent.php

Lines changed: 2 additions & 2 deletions
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.6';
19+
$this->sdkVersion = 'php/5.1.1';
2020
$this->osPlatform = PHP_OS . " | " . phpversion();
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)