From 38f4b1f9a0c50fe83b05093f2e5abbd79c986714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Thu, 13 Oct 2022 16:07:03 +0800 Subject: [PATCH] - update cache --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index 4e94bcf..bae380b 100644 --- a/const.go +++ b/const.go @@ -15,5 +15,5 @@ const ( const ( LogTable = "kashangwl" - Version = "1.0.3" + Version = "1.0.30" )