From b752f3cb4a120b2b9c7c028955f8e8a523722fce Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 18 Jan 2022 13:44:28 +0800 Subject: [PATCH] =?UTF-8?q?v0.9.31=20=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E7=89=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 2e33c421..9ee0d033 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.9.30" +const VERSION = "0.9.31" // DOMAIN 许可域(废弃) const DOMAIN = "*.iqka.com"