From b15a3dc16d74a28d4303791515f8a02c78666a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Fri, 17 Jun 2022 11:34:26 +0800 Subject: [PATCH] - update --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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中的信息 )