From 813590983cccd5f222e6e091177161bffebe5efd Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Tue, 16 Jul 2024 10:23:13 -0700 Subject: [PATCH] 2.8 --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index 0561fab..b5a122d 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.7" +const Version = "2.8" const userAgent = "twilio-go/" + Version // The base URL serving the API. Override this for testing.