diff --git a/base_interface.go b/base_interface.go index 2fb375ac..27a56537 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.4" + Version = "3.10.5" rateLimitRetry = 5 rateLimitSleep = 1100 )