From 9576e91264e94472d7e3e2c2c6a83a56643b4a0e Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 20 Oct 2021 19:31:09 +0800 Subject: [PATCH] v0.8.12 + page --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index dda30bce..a851dad8 100644 --- a/share/const.go +++ b/share/const.go @@ -5,7 +5,7 @@ import ( ) // VERSION 版本号 -const VERSION = "0.8.11" +const VERSION = "0.8.12" // DOMAIN 许可域 const DOMAIN = "*.iqka.com"