diff --git a/base_interface.go b/base_interface.go
index 8cd0b79d..6fdaf3cf 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.15.0"
+	Version        = "3.16.0"
 	rateLimitRetry = 5
 	rateLimitSleep = 1100
 )