From 16f25e4d92886b2733473a19977ccf1aa625a89b Mon Sep 17 00:00:00 2001 From: Twilio <team_interfaces+github@twilio.com> Date: Mon, 26 Aug 2024 11:17:52 +0000 Subject: [PATCH] Release v3.16.0 --- base_interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )