From ecb11dcd57312004d891e1342f0feaacd244e3a0 Mon Sep 17 00:00:00 2001 From: Jarno van Leeuwen Date: Thu, 3 Jan 2019 10:40:20 +0100 Subject: [PATCH] Update Client.php --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {