From d471e5b3bbe74a2444f41ef4da9e40c1d5e899fe Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 7 Feb 2022 14:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA=20v0.8.0=20**0.9.0=20=E5=90=8E=E5=B0=86=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E5=85=BC=E5=AE=B9=E6=97=A7=E7=89=88=E5=86=85=E9=83=A8?= =?UTF-8?q?=E5=BA=94=E7=94=A8**?= 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 a0b01a5c..0946531f 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.9.3" +const VERSION = "0.8.0" // DOMAIN 许可域(废弃) const DOMAIN = "*.iqka.com"