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.