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 0d14a74 commit afba4a8Copy full SHA for afba4a8
version/version.go
@@ -4,7 +4,7 @@ package version
4
import "fmt"
5
6
const (
7
- SDKVersion = "0.0.90"
+ SDKVersion = "0.1.21"
8
UserAgentBase = "go-api-http-client"
9
)
10
0 commit comments