We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f26542 commit 5d7e509Copy full SHA for 5d7e509
1 file changed
bootpay/bootpay.go
@@ -15,7 +15,7 @@ const (
15
PRODUCTION string = "https://api.bootpay.co.kr/v2"
16
17
API_VERSION string = "5.0.0"
18
- SDK_VERSION string = "2.1.0"
+ SDK_VERSION string = "2.1.1"
19
)
20
const defaultHTTPTimeout = 10 * time.Second
21
0 commit comments