From fcf9db98e2f99114f15c34f377ab3f70b5673a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Thu, 15 Sep 2022 20:47:20 +0800 Subject: [PATCH] - update --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index fa68569..a3466b1 100644 --- a/const.go +++ b/const.go @@ -3,5 +3,5 @@ package taobao const ( apiUrl = "https://eco.taobao.com/router/rest" logTable = "taobao" - Version = "1.0.8" + Version = "1.0.9" )