diff --git a/src/Client.php b/src/Client.php index 7acf74c..fdb5267 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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) {