diff --git a/base_interface.go b/base_interface.go index b7472a24..ae826811 100644 --- a/base_interface.go +++ b/base_interface.go @@ -15,7 +15,7 @@ import ( // Version is this client library's current version const ( - Version = "3.12.0" + Version = "3.13.0" rateLimitRetry = 5 rateLimitSleep = 1100 )