Skip to content

Commit

Permalink
Fixed client lib ver number
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrystd committed Jan 4, 2016
1 parent 0763ee4 commit 17cdfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/File/Params/UploadFileParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class UploadFileParameters extends BaseParameters
{

const CLIENT_LIB_ID_SDK = 'smartling-api-sdk-php';
const CLIENT_LIB_ID_VERSION = '1.0.0';
const CLIENT_LIB_ID_VERSION = '2.0.0';

public function __construct($clientLibId = self::CLIENT_LIB_ID_SDK, $clientLibVersion = self::CLIENT_LIB_ID_VERSION)
{
Expand Down

0 comments on commit 17cdfaa

Please sign in to comment.