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.