diff --git a/base_interface.go b/base_interface.go index 45208add..54534a36 100644 --- a/base_interface.go +++ b/base_interface.go @@ -13,7 +13,7 @@ import ( // Version is this client library's current version const ( - Version = "3.10.2" + Version = "3.10.3" rateLimitRetry = 5 rateLimitSleep = 1100 )