From 079e1b1d9575dca9c0490a4ae456387603ca5b2e Mon Sep 17 00:00:00 2001 From: Odin Date: Thu, 29 Mar 2018 21:18:32 +0200 Subject: [PATCH] update version --- src/Keboola/StorageApi/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Keboola/StorageApi/Client.php b/src/Keboola/StorageApi/Client.php index 895327076..c39707aae 100644 --- a/src/Keboola/StorageApi/Client.php +++ b/src/Keboola/StorageApi/Client.php @@ -27,7 +27,7 @@ class Client const STAGE_SYS = "sys"; const API_VERSION = "v2"; - const VERSION = '10.0.1'; + const VERSION = '10.1.0'; // Token string public $token;