diff --git a/base_interface.go b/base_interface.go index 6f60f6bb..d6b4f510 100644 --- a/base_interface.go +++ b/base_interface.go @@ -12,7 +12,7 @@ import ( // Version is this client library's current version const ( - Version = "3.7.2" + Version = "3.8.0" rateLimitRetry = 5 rateLimitSleep = 1100 )