Skip to content

Commit

Permalink
Fixing the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Farnham committed May 24, 2018
1 parent 51bac52 commit c584ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Expand Up @@ -16,7 +16,7 @@ class Client
'base_uri' => 'https://api.symplur.com/v1/',
'timeout' => 600,
'headers' => [
'User-Agent' => 'SymplurPhpSdk/2.0.0'
'User-Agent' => 'SymplurPhpSdk/2.0.3'
]
];

Expand Down

0 comments on commit c584ee8

Please sign in to comment.