We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a84785 commit 5fe7adcCopy full SHA for 5fe7adc
http.go
@@ -16,7 +16,7 @@ import (
16
)
17
18
// The twilio-go version. Run "make release" to bump this number.
19
-const Version = "2.8.0"
+const Version = "2.9.0"
20
const userAgent = "twilio-go/" + Version
21
22
// The base URL serving the API. Override this for testing.
0 commit comments