diff --git a/const.go b/const.go index 1677eb1..9079682 100644 --- a/const.go +++ b/const.go @@ -10,7 +10,7 @@ const ( // SDK 相关信息 const ( - Version = "0.2.11" // SDK 版本 + Version = "1.0.0" // SDK 版本 UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息 )