From 38b36b35294df850d9bfb7a58fc476c3977cee92 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Mon, 9 Oct 2023 15:55:35 -0700 Subject: [PATCH] 2.7 --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index ca3e0e6..0561fab 100644 --- a/http.go +++ b/http.go @@ -16,7 +16,7 @@ import ( ) // The twilio-go version. Run "make release" to bump this number. -const Version = "2.6" +const Version = "2.7" const userAgent = "twilio-go/" + Version // The base URL serving the API. Override this for testing.