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" )