Skip to content

Commit afba4a8

Browse files
committed
Update SDKVersion constant to "0.1.21" in version.go
1 parent 0d14a74 commit afba4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package version
44
import "fmt"
55

66
const (
7-
SDKVersion = "0.0.90"
7+
SDKVersion = "0.1.21"
88
UserAgentBase = "go-api-http-client"
99
)
1010

0 commit comments

Comments
 (0)