Skip to content

Commit 5fe7adc

Browse files
committed
2.9.0
1 parent 5a84785 commit 5fe7adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
// The twilio-go version. Run "make release" to bump this number.
19-
const Version = "2.8.0"
19+
const Version = "2.9.0"
2020
const userAgent = "twilio-go/" + Version
2121

2222
// The base URL serving the API. Override this for testing.

0 commit comments

Comments
 (0)