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 f6c2c7f commit 2f8ba04Copy full SHA for 2f8ba04
client.go
@@ -26,7 +26,7 @@ import (
26
27
const (
28
// ClientVersion is used in User-Agent request header to provide server with API level.
29
- ClientVersion = "7.0.0"
+ ClientVersion = "7.1.0"
30
31
// Endpoint points you to MessageBird REST API.
32
Endpoint = "https://rest.messagebird.com"
0 commit comments