From 62c04e91a9475d279d1cbc022db9d36138b699ab Mon Sep 17 00:00:00 2001
From: jsyzchen <jsyzchenchen@gmail.com>
Date: Mon, 22 Feb 2021 11:03:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=B1=E4=BA=8E=E5=8F=98?=
 =?UTF-8?q?=E9=87=8F=E4=BD=9C=E7=94=A8=E5=9F=9F=E5=AF=BC=E8=87=B4=E7=9A=84?=
 =?UTF-8?q?=E5=88=86=E7=89=87=E4=B8=8A=E4=BC=A0=E7=9A=84=E6=95=B0=E6=8D=AE?=
 =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md    | 2 +-
 conf/conf.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c336f53..773026a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 ### 使用Go mod
 在您的项目中的`go.mod`文件内添加这行代码
 ```bash
-require github.com/jsyzchen/pan v0.0.4
+require github.com/jsyzchen/pan v0.0.5
 ```
 并在项目中引入`github.com/jsyzchen/pan`
 ```go
diff --git a/conf/conf.go b/conf/conf.go
index 3f128c7..d27584e 100644
--- a/conf/conf.go
+++ b/conf/conf.go
@@ -26,7 +26,7 @@ type TestDataConfig struct {
 	TranscodingType string
 }
 
-const Version = "0.0.4"
+const Version = "0.0.5"
 
 const (
 	BaiduOpenApiDomain = "https://openapi.baidu.com"