From cdf4f7d824a1bff56e6c9271ff4f346f7d365f92 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:21 +0800 Subject: [PATCH] - update --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index 2cd46e3..12ec388 100644 --- a/const.go +++ b/const.go @@ -3,5 +3,5 @@ package jd const ( apiUrl = "https://api.jd.com/routerjson" logTable = "jd" - Version = "1.0.7" + Version = "1.0.9" )