We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c4534 commit 9f26c89Copy full SHA for 9f26c89
client.go
@@ -25,7 +25,7 @@ import (
25
26
const (
27
// ClientVersion is used in User-Agent request header to provide server with API level.
28
- ClientVersion = "9.0.0"
+ ClientVersion = "9.1.0"
29
30
// Endpoint points you to MessageBird REST API.
31
Endpoint = "https://rest.messagebird.com"
0 commit comments