Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnovanleeuwen authored Jan 3, 2019
1 parent 3ba6cb2 commit ecb11dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Client extends BaseClient
{
const API_URL = 'https://api.onecommunity.nl/v1/';
const VERSION = '0.5.1';
const VERSION = '0.6.0';

public function __construct(string $apiKey, int $userId, string $projectName)
{
Expand Down

0 comments on commit ecb11dc

Please sign in to comment.